Fix mobile animations

be65f31d40b6c57bfbc74b3c1df5f4802d021c14

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +9 -0Ignore whitespace
public/css/mobile-styles.css+9 -0
@@ -237,6 +237,15 @@
237 top: var(--topBarBlockSize) !important;237 top: var(--topBarBlockSize) !important;
238 left: 0 !important;238 left: 0 !important;
239 backdrop-filter: blur(calc(var(--SmartThemeBlurStrength) * 2));239 backdrop-filter: blur(calc(var(--SmartThemeBlurStrength) * 2));
240
241 @starting-style {
242 height: 0;
243 }
244 }
245
246 #left-nav-panel:not(.openDrawer),
247 #right-nav-panel:not(.openDrawer) {
248 height: 0;
240 }249 }
241250
242 /*251 /*