forked from abner/for-legacy-web
Fix: small fixes to friends menu
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user