From 56ac0bdd686b1545b9807b66aa6c1b82d02dfbcf Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Mon, 4 May 2020 12:50:44 -0400 Subject: [PATCH] Minor fine tuning of popup panel visual Specifically: - Comply with Firefox iconography's size: multiple of 16px Related feedback: - https://github.com/uBlockOrigin/uBlock-issues/issues/1005 --- src/css/popup-fenix.css | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/css/popup-fenix.css b/src/css/popup-fenix.css index 70e1b7586..51178df7d 100644 --- a/src/css/popup-fenix.css +++ b/src/css/popup-fenix.css @@ -1,7 +1,4 @@ /* External CSS values override */ -.fa-icon { - padding: 0 0.1em; - } .fa-icon.fa-icon-badged > .fa-icon-badge { bottom: auto; top: -20%; @@ -69,8 +66,8 @@ hr { cursor: pointer; display: flex; fill: var(--popup-power-ink); - flex-grow: 3; - font-size: 700%; + flex-grow: 1; + font-size: 96px; justify-content: center; margin: 0 var(--popup-gap-thin); padding: 0;