move transition to sidebar-delay fade class

This commit is contained in:
Vishnu Sreekumaran Nair
2025-04-07 15:21:37 -04:00
parent 8f92f8e97f
commit 2f97269de5
+1 -1
View File
@@ -82,12 +82,12 @@ aside .MuiListSubheader-root {
.sidebar-delay-fade {
opacity: 0;
visibility: hidden;
transition: opacity 0.3s ease;
}
aside.expanded.sidebar-ready .sidebar-delay-fade {
opacity: 1;
visibility: visible;
transition: opacity 0.3s ease;
}
@keyframes fadeIn {