Fix mobile animations
| @@ -237,6 +237,15 @@ | ||
| 237 | 237 | top: var(--topBarBlockSize) !important; |
| 238 | 238 | left: 0 !important; |
| 239 | 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 | } |
| 241 | 250 | |
| 242 | 251 | /* |