From 2a1572982bc94d4dfc75a889bc11ee9b4660a2f1 Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Sun, 17 May 2020 17:35:01 -0400 Subject: [PATCH] Remove stray extra top/bottom thin gap in tool icons I can't remember the reason for the added thin gap, there is no benefit from this for the desktop panel, probably stray CSS code from some earlier fiddlings. --- src/css/popup-fenix.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/css/popup-fenix.css b/src/css/popup-fenix.css index a58453d75..8f3ce9b72 100644 --- a/src/css/popup-fenix.css +++ b/src/css/popup-fenix.css @@ -508,8 +508,7 @@ body.advancedUser #firewall > div > span.noopRule.ownRule, :root:not(.mobile) .toolRibbon .tool, :root.mobile body.no-tooltips .toolRibbon .tool, :root.mobile body[data-ui~="-captions"] .toolRibbon .tool { - padding: calc(var(--popup-gap) + var(--popup-gap-thin)) - var(--popup-gap-thin); + padding: var(--popup-gap) var(--popup-gap-thin); } :root.mobile #no-popups, :root body[data-ui~="-no-popups"] #no-popups {