Skip to content

Commit aedb26d

Browse files
committed
Adjustments for FF 89 & proton.
1 parent 5284a8c commit aedb26d

File tree

3 files changed

+21
-8
lines changed

3 files changed

+21
-8
lines changed

classic/proton

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../proton

classic/userChrome.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,8 @@
423423
/* @import "./css/tabs/tabs_multiple_lines_fx66_force_newtab_button_visibility.css"; /**/ /* Fx 66-70 */
424424
/* @import "./css/tabs/tabs_multiple_lines_fx71.css"; /**/ /* Fx 71-80 */
425425
/* @import "./css/tabs/tabs_multiple_lines_fx71_force_newtab_button_visibility.css"; /**/ /* Fx 71-80 */
426-
@import "./css/tabs/tabs_multiple_lines_fx81.css"; /**/ /* Fx 81+ */
426+
/* @import "./css/tabs/tabs_multiple_lines_fx81.css"; /**/ /* Fx 81+ */
427+
@import "./proton/multiple_tab_lines.css"; /**/ /* proton */
427428
/* @import "./css/tabs/tabs_multiple_lines_fx81_force_newtab_button_visibility.css"; /**/ /* Fx 81+ */
428429

429430
/* TAB TITLE IN FIREFOX TITLEBAR (Windows & Firefox 60-72 only) *********************************/
@@ -831,7 +832,7 @@
831832
/************************************************************************************************/
832833
/************************************************************************************************/
833834
/* Create a new file "my_userChrome.css" and add own/custom code to it. *************************/
834-
@import "./my_userChrome.css"; /**/
835+
/* @import "./my_userChrome.css"; /**/
835836
/************************************************************************************************/
836837
/************************************************************************************************/
837838
/************************************************************************************************/

proton/multiple_tab_lines.css

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
2. Open config area: address bar > about:config > modify/add the following values/settings:
1515
1616
toolkit.legacyUserProfileCustomizations.stylesheets > true || enables custom style sheets
17-
browser.compactmode.show > true || shows 'Compact mode' in customizing mode
17+
browser.compactmode.show > true || shows 'Compact mode' in customizing mode
1818
browser.uidensity > 1 || enables compact mode
1919
browser.proton.enabled > true || enables proton mode
2020
browser.proton.contextmenus.enabled || enables proton context menus
@@ -28,9 +28,9 @@
2828

2929
#main-window {
3030
--tab-min-height: unset !important;
31-
--tabs-lines: 3;
32-
--tab_min_width_mlt: 100px;
33-
--tab_max_width_mlt: 200px;
31+
--tabs-lines: 10;
32+
--tab_min_width_mlt: 149px;
33+
--tab_max_width_mlt: 149px;
3434
--tab-min-height_mlt: 30px;
3535
}
3636

@@ -90,6 +90,17 @@
9090
#alltabs-button,
9191
:root:not([customizing]) #TabsToolbar #new-tab-button,
9292
#tabbrowser-arrowscrollbox > spacer,
93-
.tabbrowser-tab::after{
93+
.tabbrowser-tab::after{
9494
display: none !important;
95-
}
95+
}
96+
97+
/* hide close button */
98+
#TabsToolbar #tabbrowser-tabs .tabbrowser-tab:not([pinned]) .tab-content .tab-close-button {
99+
display: none !important;
100+
}
101+
102+
/*#TabsToolbar .tabbrowser-tab:hover {*/
103+
/* background-color: black;*/
104+
/* color: red;*/
105+
/* width: 20px;*/
106+
/*}*/

0 commit comments

Comments
 (0)