From 68e8d011659c453c717fb9d1bf93ce20d52c1f96 Mon Sep 17 00:00:00 2001 From: Joe Wreschnig Date: Fri, 19 Sep 2014 16:54:42 +0200 Subject: [PATCH] Fix height of header buttons to prevent few px growth. --- heroik.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/heroik.css b/heroik.css index b46f17c..89678cd 100644 --- a/heroik.css +++ b/heroik.css @@ -233,6 +233,8 @@ input[type=checkbox] { box-shadow: 0.125em 0.125em 0.25em 0.0625em #aaa; border: solid hsl(270, 30%, 85%) 1px; min-width: 6em; + height: 1.375em; + max-height: 1.375em; } .button.small { -- 2.20.1