enforce min height to prevent buttonless (self) popovers from being tiny
This commit is contained in:
parent
6e7ad5d554
commit
34c29e4fdc
1 changed files with 1 additions and 1 deletions
|
|
@ -134,7 +134,7 @@
|
||||||
.user-identity {
|
.user-identity {
|
||||||
position: relative;
|
position: relative;
|
||||||
aspect-ratio: 3;
|
aspect-ratio: 3;
|
||||||
min-width: 0;
|
min-height: 7em;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: flex-end;
|
align-items: flex-end;
|
||||||
margin-bottom: 1em;
|
margin-bottom: 1em;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue