From c08e071c88e3317410e8e990c1e1ebda39598bb0 Mon Sep 17 00:00:00 2001 From: bytedream Date: Sun, 28 Jun 2026 20:46:27 +0200 Subject: [PATCH] fix tailwind classes --- src/entrypoints/popup/App.svelte | 6 +++--- src/entrypoints/popup/components/Divider.svelte | 2 +- src/entrypoints/popup/pages/main/CopyMatch.svelte | 4 ++-- src/entrypoints/popup/pages/main/Match.svelte | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/entrypoints/popup/App.svelte b/src/entrypoints/popup/App.svelte index ba033e3..0ec1544 100644 --- a/src/entrypoints/popup/App.svelte +++ b/src/entrypoints/popup/App.svelte @@ -17,16 +17,16 @@ let activePage = $state('main'); -
+
{#if activePage === 'main'} -
+
(activePage = 'settings')} />
{:else if activePage === 'settings'}
(activePage = 'main')} /> diff --git a/src/entrypoints/popup/components/Divider.svelte b/src/entrypoints/popup/components/Divider.svelte index b466b2e..01fb81a 100644 --- a/src/entrypoints/popup/components/Divider.svelte +++ b/src/entrypoints/popup/components/Divider.svelte @@ -1,3 +1,3 @@ -
+
diff --git a/src/entrypoints/popup/pages/main/CopyMatch.svelte b/src/entrypoints/popup/pages/main/CopyMatch.svelte index cc41254..0f01d01 100644 --- a/src/entrypoints/popup/pages/main/CopyMatch.svelte +++ b/src/entrypoints/popup/pages/main/CopyMatch.svelte @@ -52,7 +52,7 @@
@@ -62,7 +62,7 @@
{urlOutput}
+ class="w-full h-20 overflow-y-scroll text-[0.8rem] wrap-anywhere text-wrap select-text rounded bg-gray-900 py-1 px-1.5">{urlOutput}
diff --git a/src/entrypoints/popup/pages/main/Match.svelte b/src/entrypoints/popup/pages/main/Match.svelte index 5f1fca9..31db46e 100644 --- a/src/entrypoints/popup/pages/main/Match.svelte +++ b/src/entrypoints/popup/pages/main/Match.svelte @@ -13,7 +13,7 @@

Match found:

-
+
{host.name} ({domain})