Remove height from drawer-content (handled by starting-style)

2e2a4661ce6dcf0948b5adef4453ed3dc5f1ad7a

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

1 files changed, +1 -2Ignore whitespace
public/style.css+1 -2
@@ -5381,7 +5381,6 @@ body:has(#character_popup.open) #top-settings-holder:has(.drawer-content.openDra
53815381 backdrop-filter: blur(calc(var(--SmartThemeBlurStrength)));
53825382 -webkit-backdrop-filter: blur(calc(var(--SmartThemeBlurStrength)));
53835383 /* z-index: 1000 !important; */
5384- height: 0;
53855384 transition-property: height, display;
53865385 transition-duration: var(--animation-duration);
53875386 transition-timing-function: ease-in-out;
@@ -6231,4 +6230,4 @@ body:not(.movingUI) .drawer-content.maximized {
62316230.info-block.error {
62326231 border-color: var(--error-color, #e87f7f);
62336232 background-color: rgba(241, 163, 163, 0.2);
6234-}
6234 \ No newline at end of file
6233+}