Update default toolbar paddings match current Firefox styling

This commit is contained in:
MrOtherGuy 2020-08-08 12:00:04 +03:00
parent 6d601a594f
commit 1ba9cafab4

View file

@ -3,12 +3,12 @@ See the above repository for updates as well as full license text. */
#PersonalToolbar{ #PersonalToolbar{
--uc-bm-height: 20px; /* Might need to adjust if the toolbar has other buttons */ --uc-bm-height: 20px; /* Might need to adjust if the toolbar has other buttons */
--uc-bm-padding: 2px; /* Vertical padding to be applied to bookmarks */ --uc-bm-padding: 4px; /* Vertical padding to be applied to bookmarks */
--uc-autohide-toolbar-delay: 600ms; /* The toolbar is hidden after 0.6s */ --uc-autohide-toolbar-delay: 600ms; /* The toolbar is hidden after 0.6s */
} }
:root[uidensity="compact"] #PersonalToolbar{ --uc-bm-padding: 1px } :root[uidensity="compact"] #PersonalToolbar{ --uc-bm-padding: 1px }
:root[uidensity="touch"] #PersonalToolbar{ --uc-bm-padding: 6px } :root[uidensity="touch"] #PersonalToolbar{ --uc-bm-padding: 7px }
#PersonalToolbar:not([customizing]){ #PersonalToolbar:not([customizing]){
position: relative; position: relative;