Merge pull request #362 from Jones8683/main

Fix some popup stuff
This commit is contained in:
Seth Burkart
2025-12-12 13:26:52 +11:00
committed by GitHub
+8 -8
View File
@@ -106,7 +106,7 @@
/> />
{#if !standalone} {#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 <button
onclick={openAbout} 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" 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"} {"\ueb73"}
</button> </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 <button
onclick={openPrivacyStatement} 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" 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"} {"\uecba"}
</button> </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 <button
onclick={openMinecraftServer} onclick={openMinecraftServer}
class="w-8 h-8 bg-zinc-100 dark:bg-zinc-700 rounded-xl p-1 flex items-center justify-center" class="w-8 h-8 bg-zinc-100 dark:bg-zinc-700 rounded-xl p-1 flex items-center justify-center"