refactor: update README, forgot css file
This commit is contained in:
34
static/admin/admin.css
Normal file
34
static/admin/admin.css
Normal file
@@ -0,0 +1,34 @@
|
||||
.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 */
|
||||
}
|
||||
Reference in New Issue
Block a user