From f52c46918efa0725affc490fd325977516be1870 Mon Sep 17 00:00:00 2001 From: piernov Date: Sun, 8 May 2016 13:43:25 +0200 Subject: Fix height/width for item button in inventory tab --- css/craftmine.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/craftmine.css b/css/craftmine.css index fa42bd9..c5d5d28 100644 --- a/css/craftmine.css +++ b/css/craftmine.css @@ -25,6 +25,10 @@ width: 9em; height: 9em; } +#tab3 > ul > li > button { + width: 10em; + height: 10em; +} .label { font-size: 1.2em; } -- cgit v1.2.3-54-g00ecf