fix: fixed alignment of popover

This commit is contained in:
mrjvs
2026-08-12 14:11:38 +02:00
parent f29e587819
commit 6f0a828288

View File

@@ -485,6 +485,9 @@ onMounted(() => {
<Popover.Content
as="div"
force-mount
align="end"
side="bottom"
:side-offset="16"
class="user-widget"
>
<div class="user-avatar">
@@ -897,7 +900,6 @@ header .user-widget-wrapper .user-widget-toggle img,
box-sizing: border-box;
transition: max-height 300ms, padding 200ms, opacity 150ms;
margin-top: 16px;
background: var(--bg-shade-2);
border-radius: 8px;
text-align: center;