From c8ae935237dfdcb9ce2bd9835cb929675e755caa Mon Sep 17 00:00:00 2001 From: BlaCk_Void Date: Sat, 21 Aug 2021 18:25:48 +0900 Subject: [PATCH] Fix: Bookmark Menu -Padding at compact `2px` -> `1px` https://github.com/black7375/Firefox-UI-Fix/commit/770ef6a8a5a5466c450066fd7393b227e208863c#r55178321 --- userChrome.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/userChrome.css b/userChrome.css index dea8bfa..a6ba7c9 100644 --- a/userChrome.css +++ b/userChrome.css @@ -704,7 +704,7 @@ --bookmark-seperator-margin: 1px 0.5em; } :root[uidensity="compact"] { - --bookmark-menu-padding: 2px; + --bookmark-menu-padding: 1px; --bookmark-seperator-margin: 0px 0.5em; }