fix(friends): respect header padding

This commit is contained in:
trashtemp
2021-12-26 23:57:09 +01:00
parent 64df7edf9b
commit 63e52fe69c

View File

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