fix(friends): respect header padding

pull/473/head
trashtemp 2021-12-26 23:57:09 +01:00
parent 64df7edf9b
commit 63e52fe69c
No known key found for this signature in database
GPG Key ID: D1F0DB65081B0FC6
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;