Set min-height for custom CSS input

This commit is contained in:
Cohee 2024-09-03 22:06:24 +03:00
parent 03f9a89ffe
commit 4bc1943439

View File

@ -4758,6 +4758,8 @@ body:not(.sd) .mes_img_swipes {
#customCSS {
flex: 1 1 auto;
min-height: 20vh;
min-height: 20dvh;
}
#ui_language_select {