mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Limit textareas height
This commit is contained in:
@@ -882,6 +882,13 @@ textarea {
|
|||||||
font-family: "Noto Sans", "Noto Color Emoji", sans-serif;
|
font-family: "Noto Sans", "Noto Color Emoji", sans-serif;
|
||||||
padding: 5px 10px;
|
padding: 5px 10px;
|
||||||
scrollbar-width: thin;
|
scrollbar-width: thin;
|
||||||
|
max-height: 90vh;
|
||||||
|
max-height: 90svh;
|
||||||
|
}
|
||||||
|
|
||||||
|
textarea.autoSetHeight {
|
||||||
|
max-height: 50vh;
|
||||||
|
max-height: 50svh;
|
||||||
}
|
}
|
||||||
|
|
||||||
input,
|
input,
|
||||||
|
Reference in New Issue
Block a user