center help notif (#5473)

This commit is contained in:
Guilhem
2025-03-12 19:51:31 +01:00
committed by GitHub
parent 2a3a1db367
commit ef08ce35a7
@@ -449,7 +449,12 @@
>
<MenuButton class="!text-2xs" {...menuLink} {isCollapsed} {trigger} />
{#if menuLink.label === 'Help' && hasNewChangelogs}
<span class="absolute top-1 right-1 flex h-2 w-2">
<span
class={twMerge(
'flex h-2 w-2 absolute',
isCollapsed ? 'top-1 right-1' : 'right-2 top-1/2 -translate-y-1/2'
)}
>
<span
class="animate-ping absolute inline-flex h-full w-full rounded-full bg-frost-400 opacity-75"
/>