Friend button in the userlist

This commit is contained in:
yflory
2017-07-05 15:59:36 +02:00
parent 8dc8aa27ab
commit bf17ad3f1e
4 changed files with 46 additions and 6 deletions

View File

@@ -138,11 +138,22 @@ body .userlist-drawer {
color: black;
font-size: 40px;
}
.name {
.right-col {
flex: 1;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
display: flex;
flex-flow: column;
.name {
flex: 1;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.friend {
padding: 0;
}
}
media-tag {
min-height: 50px;