mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2024-12-11 17:07:07 +01:00
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
Block a user