Switch sheld to use flex layout
This commit is contained in:
parent
203146f7e2
commit
1a219e32fe
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue