wip
This commit is contained in:
parent
22a800e5e6
commit
9e2d3c9707
1 changed files with 3 additions and 3 deletions
|
@ -39,13 +39,13 @@
|
||||||
color: #4CAF50; /* Primary color */
|
color: #4CAF50; /* Primary color */
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Fix for sidebar tree view */
|
/* Fix for sidebar hiding */
|
||||||
.sidebar-hidden .sidebar {
|
.sidebar-hidden aside {
|
||||||
transform: translateX(-100%);
|
transform: translateX(-100%);
|
||||||
}
|
}
|
||||||
|
|
||||||
.sidebar-hidden main {
|
.sidebar-hidden main {
|
||||||
margin-left: 0;
|
margin-left: 0 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Category tree styling */
|
/* Category tree styling */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue