mirror of
https://github.com/zen-browser/desktop.git
synced 2026-01-08 06:13:22 +00:00
Update ZenStartup.mjs, zen-components, zen-theme.css, and zen-urlbar.css
This commit is contained in:
@@ -40,6 +40,7 @@
|
||||
// Disable smooth scroll
|
||||
gBrowser.tabContainer.arrowScrollbox.smoothScroll = false;
|
||||
|
||||
ZenWorkspaces.init();
|
||||
gZenVerticalTabsManager.init();
|
||||
gZenCompactModeManager.init();
|
||||
gZenKeyboardShortcuts.init();
|
||||
|
||||
Submodule src/browser/base/content/zen-components updated: 5f61c3b5af...0f775df5e6
@@ -71,7 +71,7 @@
|
||||
--in-content-page-background: var(--zen-colors-tertiary) !important;
|
||||
--zen-in-content-dialog-background: var(--zen-colors-tertiary);
|
||||
|
||||
--zen-button-border-radius: 5px;
|
||||
--zen-button-border-radius: 7px;
|
||||
--zen-button-padding: 0.6rem 1.2rem;
|
||||
|
||||
/* Other colors */
|
||||
|
||||
@@ -297,6 +297,6 @@ button.popup-notification-dropmarker {
|
||||
}
|
||||
|
||||
|
||||
#PersonalToolbar {
|
||||
#PersonalToolbar:not([collapsed="true"]) {
|
||||
padding-bottom: 6px;
|
||||
}
|
||||
Reference in New Issue
Block a user