mirror of
https://github.com/immich-app/immich.git
synced 2025-06-01 04:36:19 -04:00
chore: notification panel style tweak (#18398)
This commit is contained in:
parent
c05aa445d8
commit
53420b7c02
@ -39,7 +39,7 @@
|
|||||||
in:fade={{ duration: 100 }}
|
in:fade={{ duration: 100 }}
|
||||||
out:fade={{ duration: 100 }}
|
out:fade={{ duration: 100 }}
|
||||||
id="notification-panel"
|
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
|
use:focusTrap
|
||||||
>
|
>
|
||||||
<Stack class="max-h-[500px]">
|
<Stack class="max-h-[500px]">
|
||||||
@ -57,7 +57,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<hr />
|
<hr class="dark:border-black" />
|
||||||
|
|
||||||
{#if noUnreadNotifications}
|
{#if noUnreadNotifications}
|
||||||
<Stack
|
<Stack
|
||||||
|
Loading…
x
Reference in New Issue
Block a user