This commit is contained in:
Timothy Jaeryang Baek
2025-06-10 13:55:25 +04:00
parent f29c9d8dcf
commit f55579ce25
2 changed files with 12 additions and 2 deletions

View File

@@ -874,7 +874,7 @@
{#if $user?.role === 'admin'}
<button
class="px-0.5 py-1 min-w-fit rounded-lg flex-1 md:flex-none flex text-left transition {$settings?.highContrastMode
class="px-0.5 py-1 min-w-fit rounded-lg flex-1 md:flex-none md:mt-auto flex text-left transition {$settings?.highContrastMode
? 'hover:bg-gray-200 dark:hover:bg-gray-800'
: 'text-gray-300 dark:text-gray-600 hover:text-gray-700 dark:hover:text-white'}"
on:click={async () => {