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