Fix: Tab Bar - Reduce space between Pinned tab and Scroll button #128

This commit is contained in:
BlaCk_Void 2021-07-25 20:42:54 +09:00
parent 1c150b2432
commit b148e79064

View file

@ -162,6 +162,15 @@
margin-inline-end: -.5px !important;
}
/* Space between Pinned tab and Scroll button */
#scrollbutton-up,
#scrollbutton-down,
.scrollbox-clip,
#TabsToolbar-customization-target > #tabbrowser-tabs[overflow] ~ .toolbarbutton-1 {
transform: translateX(-1.5px) !important;
}
/*= Tab Bar - Reduce Height, Show more contents ============================*/
/* Toolbar Height */
:root:not([uidensity=touch]) #TabsToolbar {