From bfed58de1b8bca2cad43219fb3b9ed3a3d552562 Mon Sep 17 00:00:00 2001 From: KasperRT Date: Thu, 19 Feb 2015 17:07:41 +0100 Subject: [PATCH] Mobile's a dick about the height on the adminpanel, had to fix it --- static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index 9725b33c..e1e90728 100755 --- a/static/style.css +++ b/static/style.css @@ -611,7 +611,7 @@ input[type="radio"] { } #adminPanel{ - height:570px; + height:605px; font-size:40px; background-color:rgba(0,0,0,0.4); }