[UI] Small border fix

This commit is contained in:
rainydaysavings 2020-08-26 07:57:06 +01:00 committed by Hugo Sales
parent f16fcb0200
commit 1f89f3298c
1 changed files with 2 additions and 0 deletions

View File

@ -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%;