added option to disable aspect ratio for profiles
This commit is contained in:
parent
4280ce709f
commit
4dc9bdf54d
9 changed files with 32 additions and 4 deletions
|
|
@ -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));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue