Update default toolbar paddings match current Firefox styling
This commit is contained in:
parent
6d601a594f
commit
1ba9cafab4
1 changed files with 2 additions and 2 deletions
|
@ -3,12 +3,12 @@ See the above repository for updates as well as full license text. */
|
|||
|
||||
#PersonalToolbar{
|
||||
--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 */
|
||||
}
|
||||
|
||||
: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]){
|
||||
position: relative;
|
||||
|
|
Loading…
Reference in a new issue