mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-01-10 11:12:30 -08:00
Fix: Bookmark Menu - Remove empty item padding
This commit is contained in:
parent
97b54fd9bb
commit
611bb00131
1 changed files with 6 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue