fix(friends): respect header padding

This commit is contained in:
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

View file

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