Skip to content

Tab groups. #96

@codecnotsupported

Description

@codecnotsupported

There isn't a underline when marking tab group

I commented out:

.tabbrowser-tab {
border-width: 0 !important;
/* padding: 5px 2px 6px !important; */
position: relative;
}
.tabbrowser-tab:not([hidden=true], [pinned]):first-of-type {
padding-left: 5px !important;
}
.tabbrowser-tab:not([hidden="true"]):last-of-type {
padding-right: 5px !important;
}

And to fix the tab groups not contracting I commented out:

.tabbrowser-tab:not([style^="max-width"]):not([pinned]),
.tabbrowser-tab[style^="max-width: 100px !important;"]:not([pinned]) {
max-width: 100% !important;
}
.tabbrowser-tab:not([style^="max-width"]):not([pinned]):not([fadein]),
.tabbrowser-tab[style^="max-width: 100px !important;"]:not([pinned]):not([fadein]) {
max-width: .1px !important;
}

Which worked.
May I just add that it is unreasonably effective to simply remove parts of CSS until you see what causes the breakage.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions