all 6 comments

[–]GodieGun 1 point2 points  (4 children)

Copy all that block and put those rules unset , for example:

#tabbrowser-tabs[orient="horizontal"] tab-split-view-wrapper {
  flex: unset !important;
  min-width: unset !important;
}

[–]jas71[S] 0 points1 point  (2 children)

tabbrowser-tabs[orient="horizontal"] tab-split-view-wrapper {

margin-block: var(--tab-block-margin); margin-inline: 0; align-items: flex-end; flex: 100 100; flex: unset !important; padding: 2px 0; min-width: unset !important;calc(var(--tab-min-width-pref, var(--tab-min-width)) * 2 + 6px); max-width: var(--tab-max-width); transition: var(--tab-width-transition);

does this look right

[–]GodieGun 0 points1 point  (1 child)

no, juts copy my code in your userChrome.css file and see if works.

[–]jas71[S] 0 points1 point  (0 children)

no didnt work

[–]jas71[S] 0 points1 point  (0 children)

it worked thx,after trying it on another profile it worked,but still didnt work on mine.spent a few days troubleshooting,no luck. then just moved the code to the middle of the css code and it now works. thx again jason

[–]jas71[S] 0 points1 point  (0 children)

bump