diff --git a/src/layout/Navbar/NavHost.svelte b/src/layout/Navbar/NavHost.svelte index af585ef..c7277a0 100644 --- a/src/layout/Navbar/NavHost.svelte +++ b/src/layout/Navbar/NavHost.svelte @@ -91,6 +91,14 @@ + + + + + + Settings Configure the website's API. Defaults to ReVanced.
diff --git a/src/lib/components/Dialogue.svelte b/src/lib/components/Dialogue.svelte index 2be42ff..e66d7b0 100644 --- a/src/lib/components/Dialogue.svelte +++ b/src/lib/components/Dialogue.svelte @@ -27,6 +27,9 @@ back {/if} + {#if $$slots.icon} + + {/if} {#if $$slots.title}

@@ -66,6 +69,7 @@ .title { position: sticky; display: flex; + flex-direction: column; align-items: center; gap: 1rem; top: 0;