fix: uneven spacing on popup buttons

This commit is contained in:
Jones8683
2025-11-18 10:59:43 +10:30
parent 11adc4f933
commit 88e9ddf29c
+1 -1
View File
@@ -103,7 +103,7 @@
{#if !standalone}
<button
onclick={openAbout}
class="absolute top-1 right-[62px] w-8 h-8 text-lg rounded-xl font-IconFamily bg-zinc-100 dark:bg-zinc-700"
class="absolute top-1 right-[63px] w-8 h-8 text-lg rounded-xl font-IconFamily bg-zinc-100 dark:bg-zinc-700"
>
{"\ueb73"}
</button>