Switch sheld to use flex layout

This commit is contained in:
Cohee 2024-05-02 23:15:17 +03:00
parent 203146f7e2
commit 1a219e32fe
1 changed files with 3 additions and 2 deletions

View File

@ -489,8 +489,8 @@ body.reduced-motion #bg_custom {
}
#sheld {
display: grid;
grid-template-rows: auto min-content;
display: flex;
flex-direction: column;
/* -1px to give sheld some wiggle room to bounce off tobar when moving*/
height: calc(100vh - var(--topBarBlockSize) - 1px);
height: calc(100svh - var(--topBarBlockSize) - 1px);
@ -584,6 +584,7 @@ body .panelControlBar {
text-shadow: 0px 0px calc(var(--shadowWidth) * 1px) var(--SmartThemeShadowColor);
flex-direction: column;
z-index: 30;
flex-grow: 1;
}
#form_sheld {