diff --git a/lib/css/chat-layout-pc.css b/lib/css/chat-layout-pc.css index e2ab8d59..ca960477 100644 --- a/lib/css/chat-layout-pc.css +++ b/lib/css/chat-layout-pc.css @@ -936,12 +936,23 @@ body { left: 5em; right: auto; bottom: 8em; + max-height: 40vh; + min-height: 12rem; + min-width: 42vw; + + > .comm-area { + height: calc(100% - (0.5rem * 2) - (3rem + ((2rem * 2) + 0.1rem))); + margin-top: 0.5rem; + margin-bottom: 0.5rem; + + textarea { + height: 100%; + overflow-y: auto; + } + } } #rewrite-form textarea { - width: 40vw; - max-width: 90vw; - max-height: 80vh; - margin-top: .1rem; + margin: 0; } #rewrite-name-form { top: auto; diff --git a/lib/html/room.html b/lib/html/room.html index 6f7d6719..64af440e 100644 --- a/lib/html/room.html +++ b/lib/html/room.html @@ -246,7 +246,7 @@