File tree Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change 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 : 100 px ;
20- --tab_max_width_mlt : 200 px ;
18+ --tabs-lines : 10 ;
19+ --tab_min_width_mlt : 149 px ;
20+ --tab_max_width_mlt : 149 px ;
2121 --tab-min-height_mlt : var (--tab-min-height , 32px ); /* set own value here, if used without configuration files */
2222}
2323
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+ }
You can’t perform that action at this time.
0 commit comments