diff --git a/src/zen/common/ZenStartup.mjs b/src/zen/common/ZenStartup.mjs index 89fac987f..d3382a289 100644 --- a/src/zen/common/ZenStartup.mjs +++ b/src/zen/common/ZenStartup.mjs @@ -203,7 +203,7 @@ }, { duration: 0.35, - delay: 0.1, + delay: 0.08, } ), ]).then(() => { diff --git a/src/zen/common/ZenUIManager.mjs b/src/zen/common/ZenUIManager.mjs index bc13275be..73daab077 100644 --- a/src/zen/common/ZenUIManager.mjs +++ b/src/zen/common/ZenUIManager.mjs @@ -129,7 +129,7 @@ var gZenUIManager = { }, updateTabsToolbar() { - const kUrlbarHeight = 440; + const kUrlbarHeight = 336; gURLBar.textbox.style.setProperty( '--zen-urlbar-top', `${window.innerHeight / 2 - Math.max(kUrlbarHeight, gURLBar.textbox.getBoundingClientRect().height) / 2}px` diff --git a/src/zen/common/styles/zen-single-components.css b/src/zen/common/styles/zen-single-components.css index 9919b3fae..e9f544331 100644 --- a/src/zen/common/styles/zen-single-components.css +++ b/src/zen/common/styles/zen-single-components.css @@ -209,7 +209,7 @@ body > #confetti { border-radius: var(--zen-native-content-radius); background: radial-gradient( ellipse 100% 50% at center var(--background-top), - rgba(255, 255, 255, 0.8) 80%, + rgba(255, 255, 255, 0.7) 80%, transparent ) border-box; diff --git a/src/zen/workspaces/zen-workspaces.css b/src/zen/workspaces/zen-workspaces.css index ee7aaf74f..46c402c39 100644 --- a/src/zen/workspaces/zen-workspaces.css +++ b/src/zen/workspaces/zen-workspaces.css @@ -204,6 +204,12 @@ left: -4px; pointer-events: none; } + + @media (-moz-platform: windows) { + & img { + margin-bottom: -4px; + } + } } .zen-current-workspace-indicator-name { @@ -215,11 +221,6 @@ font-weight: 600; align-items: center; margin: 0; - max-height: 16px; - - @media (-moz-platform: windows) { - margin-top: -3px; - } } .zen-workspaces-actions {