[UI] Small border fix

This commit is contained in:
rainydaysavings 2020-08-26 07:57:06 +01:00 committed by Hugo Sales
parent 9b421e0095
commit 8a5cadf8d2
Signed by: someonewithpc
GPG Key ID: 7D0C7EAFC9D835A0
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%;