fix resizeable

This commit is contained in:
pa
2026-01-07 22:44:59 +09:00
committed by Natsumi
parent 69cdc584eb
commit 38a9325fac
7 changed files with 56 additions and 43 deletions

View File

@@ -199,7 +199,7 @@
:class="{ 'x-user-badge-hidden': badge.hidden }"
loading="lazy" />
</PopoverTrigger>
<PopoverContent side="bottom" class="w-[300px]">
<PopoverContent side="bottom" class="w-75">
<img
:src="badge.badgeImageUrl"
:class="['x-link', 'x-popover-image']"