From e538d93d80fdcd7f1e6f8ae8f8f9dc61882c5724 Mon Sep 17 00:00:00 2001 From: neri Date: Thu, 5 Jan 2023 20:43:50 +0100 Subject: [PATCH] feat: larger textarea on textview --- static/index.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/static/index.css b/static/index.css index 062d27d..3017522 100644 --- a/static/index.css +++ b/static/index.css @@ -92,11 +92,15 @@ textarea { height: 30vh; } +h1 + textarea { + height: 60vh; +} + .hidden { display: none; } -input[type="checkbox"] { +input[type='checkbox'] { margin-bottom: 1.5rem; }