From 3d02b9c1544363c6bd8f3aa848766e3bbd642423 Mon Sep 17 00:00:00 2001 From: Jannik Schönartz Date: Wed, 23 Jan 2019 16:50:34 +0100 Subject: Seperate config from the python script Seperate the server calls in a config file. Small thrift call bugfix Small layout fixes --- style.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'style.css') diff --git a/style.css b/style.css index 5d49e2a..7fdccf8 100644 --- a/style.css +++ b/style.css @@ -87,7 +87,6 @@ a:hover { flex-direction: column; align-items: center; margin-top: 60px; - min-height: 300px; padding: 30px; } @@ -156,7 +155,7 @@ a:hover { #log_wrapper { display: flex; - min-height: 150px; + min-height: 50px; max-height: 80vh; margin-top: 60px; box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12); @@ -210,10 +209,12 @@ a:hover { margin-left: 40px; margin-top: 0px; max-width: 60vw; - max-height: 80vh; + max-height: calc(100vh - 120px); } #content { width: 30%; + height: calc(100vh - 120px); + min-height: 51px; } } -- cgit v1.2.3-55-g7522