Fix: small fixes to friends menu

This commit is contained in:
nizune
2021-07-02 11:13:54 +02:00
parent 6aa8c5c0ba
commit 9c2a769bbd
3 changed files with 30 additions and 24 deletions

View File

@@ -1,10 +1,15 @@
.list {
padding: 16px;
padding: 0 20px 20px 20px;
user-select: none;
overflow-y: scroll;
.overline {
display: flex;
position: sticky;
top: 0;
background: var(--primary-background);
padding: 8px 0;
z-index: 10;
}
&[data-empty="true"] {
@@ -67,7 +72,7 @@
display: flex;
gap: 12px;
> div {
> a {
height: 40px;
width: 40px;