UI Updates

This commit is contained in:
Raelon Masters
2020-06-24 18:01:37 -04:00
parent 13fc85f6ff
commit 9a055d7660
14 changed files with 163958 additions and 311 deletions

20
src/interface/static/css/mobile.css vendored Normal file
View File

@@ -0,0 +1,20 @@
@media only screen and (max-width: 600px) {
.vert-nav{
list-style: None;
padding: 0px;
margin: 0px 0px;
}
.vert-nav-item {}
#vert-nav {
display: initial;
list-style: None;
padding: 0px 0px 0px 0px;
margin: 0px;
/*! border-left: 5px solid #292f35; */
/*! border-right: 5px solid #292f35; */
/* border-right: 1px solid; */
background: linear-gradient(to right, #333 51%, #7d7a7aed 181%);
}
}