Remove height from drawer-content (handled by starting-style)
| @@ -5381,7 +5381,6 @@ body:has(#character_popup.open) #top-settings-holder:has(.drawer-content.openDra | ||
| 5381 | 5381 | backdrop-filter: blur(calc(var(--SmartThemeBlurStrength))); |
| 5382 | 5382 | -webkit-backdrop-filter: blur(calc(var(--SmartThemeBlurStrength))); |
| 5383 | 5383 | /* z-index: 1000 !important; */ |
| 5384 | - height: 0; | |
| 5385 | 5384 | transition-property: height, display; |
| 5386 | 5385 | transition-duration: var(--animation-duration); |
| 5387 | 5386 | transition-timing-function: ease-in-out; |
| @@ -6231,4 +6230,4 @@ body:not(.movingUI) .drawer-content.maximized { | ||
| 6231 | 6230 | .info-block.error { |
| 6232 | 6231 | border-color: var(--error-color, #e87f7f); |
| 6233 | 6232 | background-color: rgba(241, 163, 163, 0.2); |
| 6234 | -} | |
| 6234 | \ No newline at end of file | |
| 6233 | +} | |