added option to disable aspect ratio for profiles

This commit is contained in:
Henry Jameson 2026-05-05 15:19:50 +03:00
commit 4dc9bdf54d
9 changed files with 32 additions and 4 deletions

View file

@ -12,6 +12,7 @@
<template #content="{close}">
<UserCard
class="user-popover"
:compact="true"
:show-close="true"
:show-expand="true"
:user-id="userId"
@ -37,7 +38,6 @@
}
.user-identity {
aspect-ratio: unset;
min-width: calc(min(30em, 98vw));
}