From f753bf810d05df18be23f0f72db4177908e193a9 Mon Sep 17 00:00:00 2001 From: RossAscends <124905043+RossAscends@users.noreply.github.com> Date: Fri, 14 Apr 2023 12:32:01 +0900 Subject: [PATCH] added moz-available to fix tiny left panel and other elements that use -webkit-fill-available --- public/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/public/style.css b/public/style.css index 4e6478814..bfdbe9d82 100644 --- a/public/style.css +++ b/public/style.css @@ -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 {