Remove the extra 2px margin from bookmarks toolbar
This commit is contained in:
parent
c6b0d611fc
commit
e7a5932fb6
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ See the above repository for updates as well as full license text. */
|
||||||
:root[uidensity="touch"] #PersonalToolbar{ --uc-bm-padding: 6px }
|
:root[uidensity="touch"] #PersonalToolbar{ --uc-bm-padding: 6px }
|
||||||
|
|
||||||
#PersonalToolbar:not([customizing]){
|
#PersonalToolbar:not([customizing]){
|
||||||
margin-bottom: calc(2px - var(--uc-bm-height) - 2 * var(--uc-bm-padding));
|
margin-bottom: calc(0px - var(--uc-bm-height) - 2 * var(--uc-bm-padding));
|
||||||
transform: rotateX(90deg);
|
transform: rotateX(90deg);
|
||||||
transform-origin: top;
|
transform-origin: top;
|
||||||
transition: transform 135ms linear 600ms !important;
|
transition: transform 135ms linear 600ms !important;
|
||||||
|
|
Loading…
Reference in a new issue