From 8f4c49272995bebb80feeab6e0993d4e267bd055 Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Wed, 8 Jun 2016 07:10:33 +0100 Subject: [PATCH] Reduce empty space at end of card list The plugin menus are now shorter, so less space is needed. Also remove the transform-style CSS, as it's no longer used. --- src/gui/html/css/style.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/gui/html/css/style.css b/src/gui/html/css/style.css index 77a5c3a3..418c6698 100644 --- a/src/gui/html/css/style.css +++ b/src/gui/html/css/style.css @@ -91,8 +91,7 @@ div[drawer] > iron-pages { z-index: 0; } #main > iron-list { - transform-style: preserve-3d; - margin-bottom: 170px; + margin-bottom: 120px; } #summary { background-color: white;