Fix: Tab Bar - Remove layout movement at selected #56

This commit is contained in:
alstjr7375 2021-06-04 12:43:36 +09:00
parent f86fb05425
commit 0de3ef6db4

View file

@ -57,7 +57,7 @@
padding-right: var(--newtab-button-width-padding) !important;
}
:root[uidensity=compact] #tabbrowser-tabs[haspinnedtabs]:not([positionpinnedtabs]) > #tabbrowser-arrowscrollbox > .tabbrowser-tab[first-visible-unpinned-tab] {
#tabbrowser-tabs[haspinnedtabs]:not([positionpinnedtabs]) > #tabbrowser-arrowscrollbox > .tabbrowser-tab[first-visible-unpinned-tab] {
margin-inline-start: 0 !important;
}
@ -88,10 +88,6 @@
padding-inline: 0 !important;
}
.tabbrowser-tab:not([last-visible-tab]) {
margin-inline-end: -.5px !important;
}
/** Tab Bar - Reduce Height, Show more contents *****************************/
:root:not([uidensity=touch]) #TabsToolbar {
--toolbarbutton-inner-padding: 9px; /* Original: calc((var(--tab-min-height) - 16px) / 2) = 10px */