From 291b08a8e6b04c3989b785e4fbb7a020ba8d1908 Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Thu, 20 Dec 2018 17:31:56 -0500 Subject: [PATCH] Fine tune the space between power button and basic tools --- 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 fa6a94d9e..b1b95b88d 100644 --- a/src/css/popup.css +++ b/src/css/popup.css @@ -109,7 +109,7 @@ body.off #switch .fa-icon { fill: #ccc; } #basicTools { - margin: 1.5em 0 0.5em 0; + margin: 1.2em 0 0.5em 0; } .tool:first-child { margin-left: 0;