File tree Expand file tree Collapse file tree 3 files changed +21
-8
lines changed Expand file tree Collapse file tree 3 files changed +21
-8
lines changed Original file line number Diff line number Diff line change 1+ ../proton
Original file line number Diff line number Diff line change 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) *********************************/
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/************************************************************************************************/
Original file line number Diff line number Diff line change 14142. 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
2828
2929# main-window {
3030 --tab-min-height : unset !important ;
31- --tabs-lines : 3 ;
32- --tab_min_width_mlt : 100 px ;
33- --tab_max_width_mlt : 200 px ;
31+ --tabs-lines : 10 ;
32+ --tab_min_width_mlt : 149 px ;
33+ --tab_max_width_mlt : 149 px ;
3434 --tab-min-height_mlt : 30px ;
3535}
3636
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+ /*}*/
You can’t perform that action at this time.
0 commit comments