Skip to content

Commit c59341b

Browse files
committed
Adjustments after merge
1 parent 1c15a93 commit c59341b

File tree

3 files changed

+128
-123
lines changed

3 files changed

+128
-123
lines changed

current/css/tabs/tab_maxwidth.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44

55

66
/* NOTE
7-
The below variables are overridden by the ones used inside
7+
The below variables are overridden by the ones used inside
88
./config/general_variables.css file, if this projects full package is used.
99
Set custom values inside ./config/general_variables.css in that case.
1010
*/
1111

1212
:root {
1313
/* --tab-min-width: 50px; */
14-
--tab_min_width: 50px;
15-
--tab_max_width: 250px;
14+
--tab_min_width: 149px;
15+
--tab_max_width: 155px;
1616
}
1717

1818
/* use 'about:config > browser.tabs.tabMinWidth' for tab min-width */

current/css/tabs/tabs_multiple_lines.css

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@
1313

1414

1515
/* NOTE
16-
The below variables are overridden by the ones used inside
16+
The below variables are overridden by the ones used inside
1717
./config/general_variables.css file, if this projects full package is used.
1818
Set custom values inside ./config/general_variables.css in that case.
1919
*/
2020

2121
:root{
22-
--tabs-lines: 3;
23-
--tab_min_width_mlt: 100px;
24-
--tab_max_width_mlt: 200px;
22+
--tabs-lines: 10;
23+
--tab_min_width_mlt: 149px;
24+
--tab_max_width_mlt: 149px;
2525
--tab-min-height_mlt: var(--tab-min-height,32px); /* set own value here, if used without configuration files */
2626
}
2727

@@ -84,7 +84,7 @@
8484
#alltabs-button,
8585
:root:not([customizing]) #TabsToolbar #new-tab-button,
8686
#tabbrowser-arrowscrollbox > spacer,
87-
.tabbrowser-tab::after{
87+
.tabbrowser-tab::after{
8888
display: none !important;
8989
}
9090

@@ -99,3 +99,8 @@ box.scrollbox-clip[orient="horizontal"] {
9999
.tab-label-container {
100100
height: unset !important;
101101
}
102+
103+
/* remove margin after pinned tabs */
104+
#tabbrowser-tabs[haspinnedtabs]:not([positionpinnedtabs]) > #tabbrowser-arrowscrollbox > .tabbrowser-tab[first-visible-unpinned-tab] {
105+
margin-inline-start: 0 !important;
106+
}

0 commit comments

Comments
 (0)