mirror of
https://github.com/Karaka-Management/cssOMS.git
synced 2026-01-11 11:18:39 +00:00
Automatic css build
This commit is contained in:
parent
5d64c8c660
commit
f0dea22f68
11
styles.css
11
styles.css
|
|
@ -4341,6 +4341,17 @@ ul.h-list li {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
margin: 5px 10px 5px 10px; }
|
margin: 5px 10px 5px 10px; }
|
||||||
|
|
||||||
|
body > nav {
|
||||||
|
width: 250px;
|
||||||
|
overflow-y: auto;
|
||||||
|
font-size: 0.8em;
|
||||||
|
background: var(--nav-category-background);
|
||||||
|
color: rgba(255, 255, 255, 0.8);
|
||||||
|
flex-shrink: 0;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
user-select: none; }
|
||||||
|
|
||||||
#nav-side-outer {
|
#nav-side-outer {
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user