From 0aa54d461d1eba86383ef3e49a68a470b590682f Mon Sep 17 00:00:00 2001 From: Peter Ludikovsky Date: Mon, 6 Jun 2016 15:50:32 +0200 Subject: [PATCH] =?UTF-8?q?In-/Output-Boxen=20in=20der=20H=C3=B6he=20dynam?= =?UTF-8?q?isch?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/mdlive.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/static/mdlive.css b/static/mdlive.css index 5b43a0a..b319054 100644 --- a/static/mdlive.css +++ b/static/mdlive.css @@ -1,10 +1,12 @@ textarea#markdown { width: 100%; - height: 800px; + margin-top: 5vh; + height: 90vh; font-family: Hack, monospace; } div.container > article > #output { - height: 800px; + margin-top: 5vh; + height: 90vh; overflow-y: scroll; }