mirror of
https://github.com/zen-browser/desktop.git
synced 2025-10-16 23:06:30 +00:00
fix: adjust tab margin in zen-folders.css and disable tab groups in zen-browser.js
This commit is contained in:
@@ -68,6 +68,9 @@ pref("browser.menu.showViewImageInfo", true);
|
||||
pref("findbar.highlightAll", true);
|
||||
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.
|
||||
pref("privacy.donottrackheader.enabled", false);
|
||||
pref("privacy.globalprivacycontrol.enabled", true);
|
||||
|
@@ -17,7 +17,7 @@ tab-group[split-view-group] {
|
||||
padding: 0 2px;
|
||||
--tab-min-height: 30px;
|
||||
--tab-collapsed-width: 38px;
|
||||
margin: 0 auto;
|
||||
margin: 0 4px;
|
||||
--tab-min-width: 34px;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user