Skip to content

Commit

Permalink
Fix: Padding - Prevent jitter at customized mode #846
Browse files Browse the repository at this point in the history
  • Loading branch information
black7375 committed May 6, 2024
1 parent af2014e commit 42598b0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions css/leptonChrome.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions css/leptonChromeESR.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion src/padding/_tabbar_width.scss
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,10 @@
}

/* neighbouring tabs should "pinch" together */
:root[customizing="true"] #tabbrowser-arrowscrollbox-periphery,
#tabbrowser-tabs:not([hasadjacentnewtabbutton]):not([overflow="true"])
> #tabbrowser-arrowscrollbox > #tabbrowser-arrowscrollbox-periphery {
min-width: 3px; // With Panorama Tab Groups #643
min-width: 3px; // With Panorama Tab Groups #643 #846
}
@include NotOption("userChrome.tab.photon_like_padding") {
@include Option("userChrome.tab.lepton_like_padding") {
Expand Down

0 comments on commit 42598b0

Please sign in to comment.