enforce min height to prevent buttonless (self) popovers from being tiny

This commit is contained in:
Henry Jameson 2025-07-31 22:46:06 +03:00
commit 34c29e4fdc

View file

@ -134,7 +134,7 @@
.user-identity {
position: relative;
aspect-ratio: 3;
min-width: 0;
min-height: 7em;
display: flex;
align-items: flex-end;
margin-bottom: 1em;