friends: friends list is now in main content stack

This commit is contained in:
ouwou
2021-05-14 00:27:58 -04:00
parent 858fd8ce62
commit 95eb664641
5 changed files with 43 additions and 14 deletions

View File

@@ -341,3 +341,12 @@
.drag-hover-bottom {
background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 65%, rgba(255, 66, 66, 0.65) 100%);
}
.friends-list list {
background: @background_color;
padding-left: 10px;
}
.friends-list-row-bot {
color: #ff0000;
}