mirror of
https://github.com/Karaka-Management/cssOMS.git
synced 2026-01-11 11:18:39 +00:00
fix side nav shrinking
This commit is contained in:
parent
765c2e4e20
commit
26a59ed899
1
nav.scss
1
nav.scss
|
|
@ -6,6 +6,7 @@ body > nav {
|
||||||
font-size: 0.8em;
|
font-size: 0.8em;
|
||||||
background: var(--nav-category-background);
|
background: var(--nav-category-background);
|
||||||
color: rgba(255, 255, 255, 0.8);
|
color: rgba(255, 255, 255, 0.8);
|
||||||
|
flex-shrink: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#nav-side {
|
#nav-side {
|
||||||
|
|
|
||||||
|
|
@ -3936,7 +3936,8 @@ body > nav {
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
font-size: 0.8em;
|
font-size: 0.8em;
|
||||||
background: var(--nav-category-background);
|
background: var(--nav-category-background);
|
||||||
color: rgba(255, 255, 255, 0.8); }
|
color: rgba(255, 255, 255, 0.8);
|
||||||
|
flex-shrink: 0; }
|
||||||
|
|
||||||
#nav-side {
|
#nav-side {
|
||||||
flex: 0;
|
flex: 0;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user