fix(friends): respect header padding

This commit is contained in:
trashtemp
2021-12-26 23:57:09 +01:00
parent 5980faae0d
commit 6f2eec632a

View File

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