mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-03-10 17:01:01 -07:00
Fix: Tab Bar - Remove layout movement at selected #56
This commit is contained in:
parent
f86fb05425
commit
0de3ef6db4
1 changed files with 1 additions and 5 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue