mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
chore: notification panel style tweak (#18398)
This commit is contained in:
parent
c05aa445d8
commit
53420b7c02
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue