From 936fb74dcd27a5c6a5b0c78e4fa832c6802d2a27 Mon Sep 17 00:00:00 2001 From: Steffen Pohle Date: Wed, 1 Dec 2021 20:38:13 +0100 Subject: [PATCH] disable debug... --- webinterface/layout.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webinterface/layout.css b/webinterface/layout.css index 8ba438f..a9e17e7 100644 --- a/webinterface/layout.css +++ b/webinterface/layout.css @@ -7,7 +7,7 @@ body { :root { --top-height: 34px; --side-width: 37px; - --bottom-height: 100px; + --bottom-height: 1px; --menu-bg-color: #333; --menu-fg-color: linen;