Skip to content

Commit fe6d2b0

Browse files
committed
Adjustments multiline tabs settings.
1 parent 2d8880f commit fe6d2b0

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

classic/css/tabs/tabs_multiple_lines.css

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
/* Variables are set inside '.\config\' folders CSS files, if complete package is used! */
1616

1717
:root{
18-
--tabs-lines: 3;
19-
--tab_min_width_mlt: 100px;
20-
--tab_max_width_mlt: 200px;
18+
--tabs-lines: 10;
19+
--tab_min_width_mlt: 149px;
20+
--tab_max_width_mlt: 149px;
2121
--tab-min-height_mlt: var(--tab-min-height,32px); /* set own value here, if used without configuration files */
2222
}
2323

@@ -77,10 +77,15 @@
7777
#alltabs-button,
7878
:root:not([customizing]) #TabsToolbar #new-tab-button,
7979
#tabbrowser-arrowscrollbox > spacer,
80-
.tabbrowser-tab::after{
80+
.tabbrowser-tab::after{
8181
display: none !important;
8282
}
8383

8484
.tab-background {
8585
margin-block: unset !important;
86-
}
86+
}
87+
88+
/* remove margin after pinned tabs */
89+
#tabbrowser-tabs[haspinnedtabs]:not([positionpinnedtabs]) > #tabbrowser-arrowscrollbox > .tabbrowser-tab[first-visible-unpinned-tab] {
90+
margin-inline-start: 0 !important;
91+
}

0 commit comments

Comments
 (0)