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})