Fix mobile animations

This commit is contained in:
Cohee
2025-06-07 15:05:19 +03:00
parent 2e2a4661ce
commit be65f31d40
+9
View File
@@ -237,6 +237,15 @@
top: var(--topBarBlockSize) !important;
left: 0 !important;
backdrop-filter: blur(calc(var(--SmartThemeBlurStrength) * 2));
@starting-style {
height: 0;
}
}
#left-nav-panel:not(.openDrawer),
#right-nav-panel:not(.openDrawer) {
height: 0;
}
/*