Skip to content

Commit

Permalink
Adjustments after merge
Browse files Browse the repository at this point in the history
  • Loading branch information
rob006 committed Oct 15, 2024
1 parent 1c15a93 commit c59341b
Show file tree
Hide file tree
Showing 3 changed files with 128 additions and 123 deletions.
6 changes: 3 additions & 3 deletions current/css/tabs/tab_maxwidth.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@


/* NOTE
The below variables are overridden by the ones used inside
The below variables are overridden by the ones used inside
./config/general_variables.css file, if this projects full package is used.
Set custom values inside ./config/general_variables.css in that case.
*/

:root {
/* --tab-min-width: 50px; */
--tab_min_width: 50px;
--tab_max_width: 250px;
--tab_min_width: 149px;
--tab_max_width: 155px;
}

/* use 'about:config > browser.tabs.tabMinWidth' for tab min-width */
Expand Down
15 changes: 10 additions & 5 deletions current/css/tabs/tabs_multiple_lines.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@


/* NOTE
The below variables are overridden by the ones used inside
The below variables are overridden by the ones used inside
./config/general_variables.css file, if this projects full package is used.
Set custom values inside ./config/general_variables.css in that case.
*/

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

Expand Down Expand Up @@ -84,7 +84,7 @@
#alltabs-button,
:root:not([customizing]) #TabsToolbar #new-tab-button,
#tabbrowser-arrowscrollbox > spacer,
.tabbrowser-tab::after{
.tabbrowser-tab::after{
display: none !important;
}

Expand All @@ -99,3 +99,8 @@ box.scrollbox-clip[orient="horizontal"] {
.tab-label-container {
height: unset !important;
}

/* remove margin after pinned tabs */
#tabbrowser-tabs[haspinnedtabs]:not([positionpinnedtabs]) > #tabbrowser-arrowscrollbox > .tabbrowser-tab[first-visible-unpinned-tab] {
margin-inline-start: 0 !important;
}
Loading

0 comments on commit c59341b

Please sign in to comment.