From 78b7af7fbc5adbd97430d7f47e633b1083e6c797 Mon Sep 17 00:00:00 2001 From: mappu Date: Sun, 5 Feb 2017 20:11:10 +1300 Subject: [PATCH] css: add some whitespace between bottom of text and the input box --- client/dcwebui.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/dcwebui.css b/client/dcwebui.css index 6bf4a59..6d92cb6 100644 --- a/client/dcwebui.css +++ b/client/dcwebui.css @@ -180,13 +180,13 @@ html,body { overflow-y:auto; -webkit-transition: all 0.25s ease-in-out; - padding:0; /*4px;*/ + padding:0; margin:0; box-sizing:border-box; position:absolute; top:4px; - bottom:0; + bottom:4px; left:4px; right:0; }