⚙️ config(browser): update zen-user.js and zen-userChrome.css

This commit is contained in:
Sergio Laín 2025-02-25 14:21:14 +01:00
parent 69dbf1564b
commit bfe13f21de
No known key found for this signature in database
GPG key ID: 51BB28D8B42FB438
2 changed files with 10 additions and 12 deletions

View file

@ -46,13 +46,12 @@
border-color: #b7bdf8 !important;
}
.urlbarView-url {
color: #b7bdf8 !important;
}
#zen-essentials-container {
margin-bottom: 3px !important;
}
#zenEditBookmarkPanelFaviconContainer {
background: #181926 !important;
}
.urlbar-input-box {
text-align: center;
}
/* Hide some things */
@ -62,9 +61,9 @@
}
.titlebar-buttonbox-container {
display: none;
}
#zen-current-workspace-indicator {
display: none !important;
}
#zen-current-workspace-indicator-container {
display: none !important;
}

View file

@ -65,8 +65,7 @@ user_pref("mousewheel.default.delta_multiplier_y", 250); // 250-400; adjust this
// Custom Options
user_pref("ui.key.menuAccessKey", 0);
user_pref("toolkit.tabbox.switchByScrolling", true);
user_pref("browser.tabs.hoverPreview.enabled", true);
user_pref("zen.tabs.newtab-on-middle-click", true);
user_pref("zen.urlbar.replace-newtab", false);
user_pref("zen.workspaces.open-new-tab-if-last-unpinned-tab-is-closed", false);
user_pref("browser.tabs.groups.enabled", false);