mirror of
https://github.com/revoltchat/revite.git
synced 2025-01-13 07:51:27 -05:00
fix(friends): respect header padding
This commit is contained in:
parent
64df7edf9b
commit
63e52fe69c
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@
|
||||||
|
|
||||||
.list {
|
.list {
|
||||||
padding: 0 10px 10px 10px;
|
padding: 0 10px 10px 10px;
|
||||||
|
padding-top: 48px;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
overflow-y: scroll;
|
overflow-y: scroll;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue