added moz-available to fix tiny left panel and other elements that use

-webkit-fill-available
This commit is contained in:
RossAscends
2023-04-14 12:32:01 +09:00
parent 31521f41aa
commit f753bf810d

View File

@ -611,6 +611,7 @@ select {
#description_textarea {
height: -webkit-fill-available;
width: -moz-available;
}
#character_name_pole {
@ -632,6 +633,7 @@ select {
#firstmessage_textarea {
height: -webkit-fill-available;
width: -moz-available;
}
.text_pole {
@ -3029,6 +3031,7 @@ toolcool-color-picker {
.widthFreeExpand {
width: -webkit-fill-available;
width: -moz-available;
}
.wide100p {