Compare commits

...

1 Commits

Author SHA1 Message Date
CodeRabbit Fixer
eb8521d16f fix: Unify UserAvatar compact class to size-full to prevent width shift when toggling workspaces (#9689)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-10 03:21:19 +01:00

View File

@@ -30,7 +30,7 @@
<UserAvatar
v-else
:photo-url="photoURL"
:class="compact && 'h-full w-auto'"
:class="compact && 'size-full'"
/>
<i v-if="showArrow" class="icon-[lucide--chevron-down] size-4 px-1" />