fix(friends): respect header padding

pull/1049/head
trashtemp 2021-12-26 23:57:09 +01:00
parent 5980faae0d
commit 6f2eec632a
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@
.list {
padding: 0 10px 10px 10px;
padding-top: 48px;
user-select: none;
overflow-y: scroll;