forked from GNUsocial/gnu-social
[UI] Small border fix
This commit is contained in:
parent
9b421e0095
commit
8a5cadf8d2
@ -6,6 +6,8 @@
|
||||
position: fixed;
|
||||
background-color: var(--bg1);
|
||||
margin-top: calc(3 * var(--main-size));
|
||||
margin-left: -2px;
|
||||
border: solid 1px var(--accent-low);
|
||||
}
|
||||
.navbar {
|
||||
left: -100%;
|
||||
|
Loading…
Reference in New Issue
Block a user