Skip to content

Commit

Permalink
Fixed tabs jumping in tab bar in Nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
Zonnev committed Nov 9, 2024
1 parent 3c7e0ca commit 9f3b97f
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Private Mode Style/userChrome.css
Original file line number Diff line number Diff line change
Expand Up @@ -475,6 +475,18 @@ toolbar .toolbarbutton-1:not(#back-button):not(#forward-button):not(#reload-butt
}

/*** TAB BAR ***/
#tabbrowser-tabs {
&[orient="horizontal"] {
min-height: 36px !important;
max-height: 36px !important;
}
}
#tabbrowser-arrowscrollbox {
&[orient="horizontal"] {
min-height: 36px !important;
max-height: 36px !important;
}
}
#TabsToolbar {
-moz-appearance: none !important;
padding: 0 !important;
Expand Down
12 changes: 12 additions & 0 deletions Titlebar Enabled/userChrome.css
Original file line number Diff line number Diff line change
Expand Up @@ -630,6 +630,18 @@ toolbar .toolbarbutton-1:not(#back-button):not(#forward-button):not(#reload-butt
}

/*** TAB BAR ***/
#tabbrowser-tabs {
&[orient="horizontal"] {
min-height: 36px !important;
max-height: 36px !important;
}
}
#tabbrowser-arrowscrollbox {
&[orient="horizontal"] {
min-height: 36px !important;
max-height: 36px !important;
}
}
#TabsToolbar {
-moz-appearance: none !important;
padding: 0 !important;
Expand Down
12 changes: 12 additions & 0 deletions base.css
Original file line number Diff line number Diff line change
Expand Up @@ -660,6 +660,18 @@ toolbar .toolbarbutton-1:not(#back-button):not(#forward-button):not(#reload-butt
}

/*** TAB BAR ***/
#tabbrowser-tabs {
&[orient="horizontal"] {
min-height: 36px !important;
max-height: 36px !important;
}
}
#tabbrowser-arrowscrollbox {
&[orient="horizontal"] {
min-height: 36px !important;
max-height: 36px !important;
}
}
#TabsToolbar {
-moz-appearance: none !important;
padding: 0px !important;
Expand Down

0 comments on commit 9f3b97f

Please sign in to comment.