From 5198c24d40d81bd7defea7d94305b99b827bcf98 Mon Sep 17 00:00:00 2001 From: Belar Date: Fri, 30 Aug 2024 07:47:27 +0000 Subject: [PATCH 1/2] fix: asterix to align with link tag's label --- src/LinkTag.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/LinkTag.css b/src/LinkTag.css index b27d895..4bbbac2 100644 --- a/src/LinkTag.css +++ b/src/LinkTag.css @@ -1,4 +1,7 @@ .link-tag { + display: flex; + align-items: center; + border-radius: var(--spacing-4); padding: 0.1rem var(--spacing-8); From 0ac9cf64bae20acb7a6bfcee91fbd489fed6a5ce Mon Sep 17 00:00:00 2001 From: Belar Date: Fri, 30 Aug 2024 09:35:55 +0000 Subject: [PATCH 2/2] fix: icon set details to fit the title bar --- src/App.tsx | 16 ++++++++++------ src/LinkTag.css | 6 +++++- 2 files changed, 15 insertions(+), 7 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index f10f337..126f864 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -144,12 +144,16 @@ function App() { )} -

{name}

- Website - - License: {license.name} - * - +
+

{name}

+ + Website + + License: {license.name} + * + + +
{shouldShowIcons && hasMultipleVariants && (