mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2025-12-06 02:30:54 -08:00
Fix: Padding - Suppress jitter when using Panorama Tab Groups #643
This commit is contained in:
parent
a6082bd643
commit
15871dc7c6
2 changed files with 9 additions and 0 deletions
5
css/leptonChrome.css
generated
5
css/leptonChrome.css
generated
|
|
@ -3436,6 +3436,11 @@
|
||||||
max-width: var(--tab-max-width) !important; /* Original: 225px */
|
max-width: var(--tab-max-width) !important; /* Original: 225px */
|
||||||
}
|
}
|
||||||
/* neighbouring tabs should "pinch" together */
|
/* neighbouring tabs should "pinch" together */
|
||||||
|
#tabbrowser-tabs:not([hasadjacentnewtabbutton]):not([overflow="true"])
|
||||||
|
> #tabbrowser-arrowscrollbox
|
||||||
|
> #tabbrowser-arrowscrollbox-periphery {
|
||||||
|
min-width: 1px;
|
||||||
|
}
|
||||||
@supports not -moz-bool-pref("userChrome.tab.photon_like_padding") {
|
@supports not -moz-bool-pref("userChrome.tab.photon_like_padding") {
|
||||||
@supports -moz-bool-pref("userChrome.tab.lepton_like_padding") {
|
@supports -moz-bool-pref("userChrome.tab.lepton_like_padding") {
|
||||||
.tabbrowser-tab[pinned] {
|
.tabbrowser-tab[pinned] {
|
||||||
|
|
|
||||||
|
|
@ -89,6 +89,10 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
/* neighbouring tabs should "pinch" together */
|
/* neighbouring tabs should "pinch" together */
|
||||||
|
#tabbrowser-tabs:not([hasadjacentnewtabbutton]):not([overflow="true"])
|
||||||
|
> #tabbrowser-arrowscrollbox > #tabbrowser-arrowscrollbox-periphery {
|
||||||
|
min-width: 1px; // With Panorama Tab Groups #643
|
||||||
|
}
|
||||||
@include NotOption("userChrome.tab.photon_like_padding") {
|
@include NotOption("userChrome.tab.photon_like_padding") {
|
||||||
@include Option("userChrome.tab.lepton_like_padding") {
|
@include Option("userChrome.tab.lepton_like_padding") {
|
||||||
.tabbrowser-tab {
|
.tabbrowser-tab {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue