From b39de8cc12c83029168f311a7d3e4ddd96d52635 Mon Sep 17 00:00:00 2001 From: julian laplace Date: Fri, 28 Oct 2022 13:47:06 +0200 Subject: toggle form --- public/assets/css/hootstream.css | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'public/assets/css/hootstream.css') diff --git a/public/assets/css/hootstream.css b/public/assets/css/hootstream.css index adfd19e..a62e206 100644 --- a/public/assets/css/hootstream.css +++ b/public/assets/css/hootstream.css @@ -408,14 +408,17 @@ /** POST FORM */ -form.streamForm { +.streamForm { width: 100%; max-width: 720px; padding-left: 4rem; } -form.streamForm textarea { +.streamForm form { width: 100%; - height: 5vmin; +} +.streamForm textarea { + width: 100%; + height: 5rem; font-family: "Trebuchet MS", sans-serif; font-size: 1rem; padding: 0.5rem; -- cgit v1.2.3-70-g09d2