Fix overflowing names in the new userlist

This commit is contained in:
yflory
2017-07-03 17:41:34 +02:00
parent fcf983854d
commit ffd184d50e
3 changed files with 12 additions and 3 deletions

View File

@@ -138,7 +138,14 @@ body .userlist-drawer {
color: black;
font-size: 40px;
}
.name {
flex: 1;
overflow: hidden;
text-overflow: ellipsis;
}
media-tag {
min-height: 50px;
min-width: 50px;
max-height: 50px;
max-width: 50px;
img {