chore: notification panel style tweak (#18398)

This commit is contained in:
Alex 2025-05-20 11:30:27 -05:00 committed by GitHub
parent c05aa445d8
commit 53420b7c02
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -39,7 +39,7 @@
in:fade={{ duration: 100 }}
out:fade={{ duration: 100 }}
id="notification-panel"
class="absolute right-[25px] top-[70px] z-1 w-[min(360px,100vw-50px)] rounded-3xl bg-gray-100 border border-gray-200 shadow-lg dark:border dark:border-light dark:bg-immich-dark-gray text-light px-2"
class="absolute right-[25px] top-[70px] z-1 w-[min(360px,100vw-50px)] rounded-3xl bg-gray-100 border border-gray-200 shadow-lg dark:border dark:border-light dark:bg-immich-dark-gray text-light"
use:focusTrap
>
<Stack class="max-h-[500px]">
@ -57,7 +57,7 @@
</div>
</div>
<hr />
<hr class="dark:border-black" />
{#if noUnreadNotifications}
<Stack