mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Try fixing textareas resizing on character editor
This commit is contained in:
@@ -916,12 +916,22 @@ select {
|
|||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 1000px) {
|
||||||
|
#form_create textarea {
|
||||||
|
flex-grow: 1;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media screen and (min-width: 1001px) {
|
||||||
|
#description_textarea {
|
||||||
|
height: 33vh;
|
||||||
|
height: 33svh;
|
||||||
|
}
|
||||||
|
|
||||||
#description_textarea,
|
#firstmessage_textarea {
|
||||||
#firstmessage_textarea {
|
resize: none;
|
||||||
height: -webkit-fill-available;
|
flex: 1;
|
||||||
width: -moz-available;
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#character_name_pole {
|
#character_name_pole {
|
||||||
@@ -1550,10 +1560,6 @@ input[type=search]:focus::-webkit-search-cancel-button {
|
|||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
#form_create textarea {
|
|
||||||
flex-grow: 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
.avatar_div {
|
.avatar_div {
|
||||||
display: flex;
|
display: flex;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
Reference in New Issue
Block a user