fix: adjust tab margin in zen-folders.css and disable tab groups in zen-browser.js

This commit is contained in:
mr. m
2025-04-03 13:43:59 +02:00
parent 4033e5d966
commit e1c6b720a4
2 changed files with 4 additions and 1 deletions

View File

@@ -68,6 +68,9 @@ pref("browser.menu.showViewImageInfo", true);
pref("findbar.highlightAll", true); pref("findbar.highlightAll", true);
pref("layout.word_select.eat_space_to_next_word", false); pref("layout.word_select.eat_space_to_next_word", false);
// TODO:
pref("browser.tabs.groups.enabled", false);
// Enable Do Not Track and GPC by default. // Enable Do Not Track and GPC by default.
pref("privacy.donottrackheader.enabled", false); pref("privacy.donottrackheader.enabled", false);
pref("privacy.globalprivacycontrol.enabled", true); pref("privacy.globalprivacycontrol.enabled", true);

View File

@@ -17,7 +17,7 @@ tab-group[split-view-group] {
padding: 0 2px; padding: 0 2px;
--tab-min-height: 30px; --tab-min-height: 30px;
--tab-collapsed-width: 38px; --tab-collapsed-width: 38px;
margin: 0 auto; margin: 0 4px;
--tab-min-width: 34px; --tab-min-width: 34px;
} }