From d789906d2f905cdcc92e40d9154db91195541b14 Mon Sep 17 00:00:00 2001 From: julian laplace Date: Wed, 2 Nov 2022 15:18:52 +0100 Subject: form stuff --- public/assets/css/hootstream.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'public/assets/css') diff --git a/public/assets/css/hootstream.css b/public/assets/css/hootstream.css index b54dad5..7533b2c 100644 --- a/public/assets/css/hootstream.css +++ b/public/assets/css/hootstream.css @@ -425,7 +425,7 @@ .streamForm { width: 100%; - max-width: 720px; + max-width: 960px; padding-left: 4rem; } .streamForm form { @@ -433,15 +433,19 @@ } .streamForm textarea { width: 100%; - height: 5rem; + height: 8rem; font-family: "Trebuchet MS", sans-serif; font-size: 1rem; + line-height: 1.4; padding: 0.5rem; border: 2px solid #211; outline: 0; background: rgba(127, 127, 127, 0.2); color: #fff; } +.streamThread .streamForm textarea { + height: min(42rem, calc(100vh - 15rem)); +} /** HOOT FILTERS */ -- cgit v1.2.3-70-g09d2