From f67ea70f9a34e188d4f9bc40579ed0e0f15d0633 Mon Sep 17 00:00:00 2001 From: Charles Gagnon Date: Wed, 18 Sep 2019 09:06:26 -0400 Subject: [PATCH] Set larger default padding for vertical panel buttons --- stylesheet.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stylesheet.css b/stylesheet.css index 8218b93..df65b51 100644 --- a/stylesheet.css +++ b/stylesheet.css @@ -73,14 +73,14 @@ .dashtopanelPanel.vertical .panel-button.vertical *, .dashtopanelPanel.vertical .panel-button.clock-display * { - padding: 0; + padding: 1px 0; margin: 0; } .dashtopanelPanel.vertical .panel-button > *, .dashtopanelPanel.vertical .panel-button.vertical > *, .dashtopanelPanel.vertical .panel-button.clock-display > * { - padding: 6px 0; + padding: 8px 0; } #dashtopanelThumbnailList {