fix: bad spacing and ordering of popup buttons

This commit is contained in:
Jones8683
2025-12-04 11:52:48 +10:30
parent 702528fb0c
commit 380d829d19
+8 -8
View File
@@ -106,7 +106,7 @@
/>
{#if !standalone}
<div class="absolute top-1 right-1 flex items-center gap-2">
<div class="absolute top-1 right-1 flex items-center gap-1">
<button
onclick={openAbout}
class="w-8 h-8 text-lg rounded-xl font-IconFamily bg-zinc-100 dark:bg-zinc-700 flex items-center justify-center"
@@ -114,6 +114,13 @@
{"\ueb73"}
</button>
<button
onclick={openChangelog}
class="w-8 h-8 text-lg rounded-xl font-IconFamily bg-zinc-100 dark:bg-zinc-700 flex items-center justify-center"
>
{"\ue929"}
</button>
<button
onclick={openPrivacyStatement}
class="w-8 h-8 text-lg rounded-xl font-IconFamily bg-zinc-100 dark:bg-zinc-700 flex items-center justify-center"
@@ -122,13 +129,6 @@
{"\uecba"}
</button>
<button
onclick={openChangelog}
class="w-8 h-8 text-lg rounded-xl font-IconFamily bg-zinc-100 dark:bg-zinc-700 flex items-center justify-center"
>
{"\ue929"}
</button>
<button
onclick={openMinecraftServer}
class="w-8 h-8 bg-zinc-100 dark:bg-zinc-700 rounded-xl p-1 flex items-center justify-center"