mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-02-19 06:31:53 -08:00
Fix: Bookmark Menu - Padding block adjust & consistant #201
This commit is contained in:
parent
9567a73ac7
commit
d67cd0230c
1 changed files with 6 additions and 9 deletions
|
|
@ -869,21 +869,18 @@
|
|||
|
||||
/*= Bookmark Menu - Reduce Padding =========================================*/
|
||||
:root {
|
||||
--bookmark-menu-padding: 0.2em;
|
||||
--bookmark-seperator-margin: 1px 0.5em;
|
||||
--bookmark-menu-padding: 3px;
|
||||
}
|
||||
:root[uidensity="compact"] {
|
||||
--bookmark-menu-padding: 1px;
|
||||
--bookmark-seperator-margin: 0px 0.5em;
|
||||
--bookmark-menu-padding: 1.5px;
|
||||
}
|
||||
|
||||
:root:not([uidensity="touch"]) menupopup > menuitem.bookmark-item,
|
||||
:root:not([uidensity="touch"]) menupopup > menuitem.openintabs-menuitem {
|
||||
:root:not([uidensity="touch"]) #BMB_bookmarksPopup .subviewbutton,
|
||||
:root:not([uidensity="touch"]) #BMB_bookmarksPopup .subviewbutton,
|
||||
:root:not([uidensity="touch"]) #PlacesToolbar menupopup[placespopup] .bookmark-item,
|
||||
:root:not([uidensity="touch"]) #PlacesToolbar menupopup[placespopup] .openintabs-menuitem {
|
||||
padding-block: var(--bookmark-menu-padding) !important;
|
||||
}
|
||||
:root:not([uidensity="touch"]) menupopup > .bookmarks-actions-menuseparator {
|
||||
margin: var(--bookmark-seperator-margin) !important;
|
||||
}
|
||||
|
||||
/*= Global Menu - Set Padding ==============================================*/
|
||||
/* Prevent layout shifts */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue