mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-01-07 07:06:05 +01:00
Set min-height for custom CSS input
This commit is contained in:
parent
03f9a89ffe
commit
4bc1943439
@ -4758,6 +4758,8 @@ body:not(.sd) .mes_img_swipes {
|
|||||||
|
|
||||||
#customCSS {
|
#customCSS {
|
||||||
flex: 1 1 auto;
|
flex: 1 1 auto;
|
||||||
|
min-height: 20vh;
|
||||||
|
min-height: 20dvh;
|
||||||
}
|
}
|
||||||
|
|
||||||
#ui_language_select {
|
#ui_language_select {
|
||||||
|
Loading…
Reference in New Issue
Block a user