From 9a85c3f8fb4fd85621780f677d3495ef5d9f0251 Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Fri, 1 Aug 2025 00:58:59 +0300 Subject: [PATCH] save some space in popovers --- src/components/user_popover/user_popover.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/components/user_popover/user_popover.vue b/src/components/user_popover/user_popover.vue index 1fa855f03..8626d27e8 100644 --- a/src/components/user_popover/user_popover.vue +++ b/src/components/user_popover/user_popover.vue @@ -29,6 +29,10 @@ .user-popover { margin-bottom: 0.6em; + .user-identity { + aspect-ratio: unset; + } + .user-card-inner { display: flex; }