fix(friendly): sidebar username overflow

This commit is contained in:
NoriDev 2023-06-17 17:39:23 +09:00
parent 407759f7c4
commit 5d64edf8c1
2 changed files with 2 additions and 0 deletions

View file

@ -216,6 +216,7 @@ function openProfile() {
margin-left: 5px;
font-weight: bold;
max-width: 90px;
text-overflow: clip !important;
}
.drawer {

View file

@ -275,6 +275,7 @@ function openProfile() {
margin-left: 5px;
font-weight: bold;
max-width: 100px;
text-overflow: clip !important;
}
.drawer {