Disable autohide while customizing
This commit is contained in:
parent
03d99edf6d
commit
86fad03932
1 changed files with 3 additions and 3 deletions
|
@ -1,12 +1,12 @@
|
|||
/* Show bookmarks toolbar only when cursor is on top of toolbar area */
|
||||
|
||||
#PersonalToolbar{
|
||||
#PersonalToolbar:not([customizing]){
|
||||
margin-bottom: -22px;
|
||||
transform: rotateX(90deg);
|
||||
transform-origin: top;
|
||||
transition: transform 135ms linear 48ms !important;
|
||||
}
|
||||
:root[uidensity="compact"] > #navigator-toolbox > #PersonalToolbar{ margin-bottom: -20px }
|
||||
:root[uidensity="touch"] > #navigator-toolbox > #PersonalToolbar{ margin-bottom: -26px }
|
||||
:root[uidensity="compact"] > #navigator-toolbox > #PersonalToolbar:not([customizing]){ margin-bottom: -20px }
|
||||
:root[uidensity="touch"] > #navigator-toolbox > #PersonalToolbar:not([customizing]){ margin-bottom: -26px }
|
||||
|
||||
#navigator-toolbox:hover > #PersonalToolbar{ transform: rotateX(0) }
|
Loading…
Reference in a new issue