From 8375278852afb89aece2f61e2f70922905bc37ed Mon Sep 17 00:00:00 2001 From: BlaCk_Void Date: Sun, 21 Nov 2021 22:56:54 +0900 Subject: [PATCH] Fix: Sidebar Field padding --- userChrome.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/userChrome.css b/userChrome.css index b50c411..9cde4b0 100644 --- a/userChrome.css +++ b/userChrome.css @@ -1081,7 +1081,7 @@ --input-bgcolor: color-mix(in srgb, currentColor 30%, transparent); appearance: none !important; - padding: 8px 11px !important; + padding: 5px 8px !important; border: 1px solid var(--input-bgcolor) !important; border-radius: 4px;