Skip to content

Commit

Permalink
Made stretched group labels capable for long titles
Browse files Browse the repository at this point in the history
  • Loading branch information
Zonnev committed Nov 30, 2024
1 parent 9ecebc7 commit 576edd9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Private Mode Style/userChrome.css
Original file line number Diff line number Diff line change
Expand Up @@ -830,7 +830,7 @@ toolbar .toolbarbutton-1:not(#back-button):not(#forward-button):not(#reload-butt
margin-block: auto 0 auto !important; /* aligns group label in vertical center of horizontal tab bar */
}
sidebar-main[expanded] #tabbrowser-tabs[orient="vertical"] tab-group .tab-group-label {
max-width: none !important; /* this is stretching the group labels in expanded vertical tab bar */
min-width: calc(100%) !important; /* this is stretching the group labels in expanded vertical tab bar */
}
sidebar-main[expanded] #tabbrowser-tabs[orient="vertical"] tab-group:not([collapsed]) .tab-group-label {
border-radius: 4px 4px 0px 0px !important; /* this border radius only in expanded vertical tab bar and only when the tab group is expanded */
Expand Down
2 changes: 1 addition & 1 deletion Titlebar Enabled/userChrome.css
Original file line number Diff line number Diff line change
Expand Up @@ -1130,7 +1130,7 @@ toolbarpaletteitem > #stop-reload-button {
margin-block: auto 0 auto !important; /* aligns group label in vertical center of horizontal tab bar */
}
sidebar-main[expanded] #tabbrowser-tabs[orient="vertical"] tab-group .tab-group-label {
max-width: none !important; /* this is stretching the group labels in expanded vertical tab bar */
min-width: calc(100%) !important; /* this is stretching the group labels in expanded vertical tab bar */
}
sidebar-main[expanded] #tabbrowser-tabs[orient="vertical"] tab-group:not([collapsed]) .tab-group-label {
border-radius: 4px 4px 0px 0px !important; /* this border radius only in expanded vertical tab bar and only when the tab group is expanded */
Expand Down
2 changes: 1 addition & 1 deletion base.css
Original file line number Diff line number Diff line change
Expand Up @@ -1123,7 +1123,7 @@ toolbarpaletteitem > #stop-reload-button {
margin-block: auto 0 auto !important; /* aligns group label in vertical center of horizontal tab bar */
}
sidebar-main[expanded] #tabbrowser-tabs[orient="vertical"] tab-group .tab-group-label {
max-width: none !important; /* this is stretching the group labels in expanded vertical tab bar */
min-width: calc(100%) !important; /* this is stretching the group labels in expanded vertical tab bar */
}
sidebar-main[expanded] #tabbrowser-tabs[orient="vertical"] tab-group:not([collapsed]) .tab-group-label {
border-radius: 4px 4px 0px 0px !important; /* this border radius only in expanded vertical tab bar and only when the tab group is expanded */
Expand Down

0 comments on commit 576edd9

Please sign in to comment.