From 51f125113d4604c77e3bb39b80ea368b1994a342 Mon Sep 17 00:00:00 2001 From: tophf Date: Mon, 23 Nov 2020 07:29:30 +0300 Subject: [PATCH] restore top margin for #no-styles after 2bf30ed1 --- popup/popup.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/popup/popup.css b/popup/popup.css index c102188b..54160faf 100644 --- a/popup/popup.css +++ b/popup/popup.css @@ -104,7 +104,7 @@ body > div:not(#installed):not(#message-box):not(.colorpicker-popup) { } #no-styles { - padding: 4px var(--outer-padding) 6px; + padding: 6px var(--outer-padding); font-weight: bold; }