Remove the extra 2px margin from bookmarks toolbar
This commit is contained in:
@@ -10,7 +10,7 @@ See the above repository for updates as well as full license text. */
|
||||
:root[uidensity="touch"] #PersonalToolbar{ --uc-bm-padding: 6px }
|
||||
|
||||
#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-origin: top;
|
||||
transition: transform 135ms linear 600ms !important;
|
||||
|
||||
Reference in New Issue
Block a user