fix: colours not moving with sidebar transition

This commit is contained in:
sethburkart123
2024-06-09 08:45:54 +10:00
parent ea88f0754b
commit d686631b8d
2 changed files with 31 additions and 14 deletions
+3 -1
View File
@@ -7,11 +7,13 @@
overflow-y: scroll !important;
}
#menu > ul:has(li.hasChildren.active) > li::before,
#menu > ul ul:has(li.hasChildren.active) > li::before,
#menu > ul:has(li.hasChildren.active) > li > label,
#menu > ul:has(li.hasChildren.active) > li > svg,
#menu > ul ul:has(li.hasChildren.active) > li > label,
#menu > ul ul:has(li.hasChildren.active) > li > svg {
transform: translateX(-20rem);
transform: translateX(-320px);
}
.sub .sub {