miniweb/static/admin/admin.css

36 lines
582 B
CSS

.ui[class*="very compact"].table>thead>tr>th,
.ui[class*="very compact"].table>tr>th {
padding: .4em .6em;
}
:root {
--sidebar-margin: 260px;
}
#header {
z-index: 1005;
}
#main_content {
padding-top: 4em;
}
.pushover {
margin-left: var(--sidebar-margin);
}
/*
@media screen and (min-width: 1920px) {
.pushover {
margin-left: 0px;
}
}
*/
#main_sidemenu {
background-color: rgb(27, 28, 29);
padding-top: 3em;
z-index: 1001;
/* Ensure this is higher than the z-index of the main content */
}