mirror of
https://github.com/th3r00t/pyShelf.git
synced 2026-04-28 01:59:35 -04:00
UI Updates
This commit is contained in:
20
src/interface/static/css/mobile.css
vendored
Normal file
20
src/interface/static/css/mobile.css
vendored
Normal 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%);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user