Fix Edit avatar UI issue.

Thanks to xet7 !

Fixes #5940
This commit is contained in:
Lauri Ojansivu 2025-10-16 21:40:49 +03:00
parent 640ac2330f
commit 87ae085e6d
2 changed files with 22 additions and 2 deletions

View file

@ -158,7 +158,11 @@
margin-left: 0;
}
.pop-over .content-container .content.no-height {
height: 2.5vh;
height: 0;
overflow: hidden;
padding: 0;
margin: 0;
visibility: hidden;
}
.pop-over .quiet {
/* padding: 6px 6px 4px;*/