From f6dde894cb103e898209c5e6811bcd5ce526a344 Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Thu, 27 Dec 2018 11:24:32 -0500 Subject: [PATCH] Decrease a bit the space between extra tools at bottom of popup panel Since the counts are now limited to two characters, no point allocating more space than needed. --- src/css/popup.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/css/popup.css b/src/css/popup.css index b1b95b88d..eb604b3d2 100644 --- a/src/css/popup.css +++ b/src/css/popup.css @@ -155,7 +155,7 @@ body.off #switch .fa-icon { #extraTools > span { cursor: pointer; font-size: 1.2em; - margin: 0 0.9em 0 0; + margin: 0 0.8em 0 0; position: relative; } #extraTools > span:first-of-type {