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