mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
added moz-available to fix tiny left panel and other elements that use
-webkit-fill-available
This commit is contained in:
@ -611,6 +611,7 @@ select {
|
|||||||
|
|
||||||
#description_textarea {
|
#description_textarea {
|
||||||
height: -webkit-fill-available;
|
height: -webkit-fill-available;
|
||||||
|
width: -moz-available;
|
||||||
}
|
}
|
||||||
|
|
||||||
#character_name_pole {
|
#character_name_pole {
|
||||||
@ -632,6 +633,7 @@ select {
|
|||||||
|
|
||||||
#firstmessage_textarea {
|
#firstmessage_textarea {
|
||||||
height: -webkit-fill-available;
|
height: -webkit-fill-available;
|
||||||
|
width: -moz-available;
|
||||||
}
|
}
|
||||||
|
|
||||||
.text_pole {
|
.text_pole {
|
||||||
@ -3029,6 +3031,7 @@ toolcool-color-picker {
|
|||||||
|
|
||||||
.widthFreeExpand {
|
.widthFreeExpand {
|
||||||
width: -webkit-fill-available;
|
width: -webkit-fill-available;
|
||||||
|
width: -moz-available;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wide100p {
|
.wide100p {
|
||||||
|
Reference in New Issue
Block a user