From 611bb001312d053db40de5fc14d10864fe2c8a56 Mon Sep 17 00:00:00 2001 From: alstjr7375 Date: Thu, 2 Sep 2021 13:35:23 +0900 Subject: [PATCH] Fix: Bookmark Menu - Remove empty item padding --- userChrome.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/userChrome.css b/userChrome.css index 8fcce92..71c2e51 100644 --- a/userChrome.css +++ b/userChrome.css @@ -2218,6 +2218,12 @@ } } + /* Empty Menu */ + menupopup menupopup[emptyplacesresult] .menu-text, + #PersonalToolbar menupopup[emptyplacesresult] .menu-text { + margin-inline-start: 0 !important; + } + /** Context Menu - Icons ****************************************************/ /*= tabContextMenu =========================================================*/ #context_openANewTab {