Compare commits

...

2 commits

Author SHA1 Message Date
Henry Jameson
0eac23daba Merge branch 'profile-overhaul' into shigusegubu-themes3 2025-07-31 22:46:44 +03:00
Henry Jameson
34c29e4fdc enforce min height to prevent buttonless (self) popovers from being tiny 2025-07-31 22:46:06 +03:00

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;