From ab5624136a4d4426911e65e7f983935772579b7c Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Wed, 19 Apr 2023 01:23:09 -0300 Subject: [PATCH] Adjust some heights --- css/main.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/css/main.css b/css/main.css index e01c05a5..547868ed 100644 --- a/css/main.css +++ b/css/main.css @@ -79,15 +79,15 @@ div.svelte-15lo0d8 > *, div.svelte-15lo0d8 > .form > * { } .textbox_default textarea { - height: 59vh; + height: calc(100vh - 391px); } .textbox_default_output textarea { - height: 78vh; + height: calc(100vh - 210px); } .textbox textarea { - height: 72vh; + height: calc(100vh - 261px); } .textbox_default textarea, .textbox_default_output textarea, .textbox textarea {