mirror of
https://github.com/zen-browser/desktop.git
synced 2026-09-03 20:20:20 +00:00
gh-15144: Fixed installing updates does not updating registries (gh-15181)
This commit is contained in:
@@ -27,7 +27,7 @@ dialog::part(dialog-button) {
|
||||
|
||||
position: relative;
|
||||
border: none;
|
||||
border-radius: 10px;
|
||||
border-radius: calc(10px * var(--zen-squircle-value));
|
||||
}
|
||||
|
||||
@media (-moz-platform: macos) {
|
||||
|
||||
@@ -60,6 +60,9 @@
|
||||
.urlbar-background {
|
||||
background: var(--zen-toolbar-element-bg) !important;
|
||||
border-radius: var(--border-radius-medium);
|
||||
:root:not([zen-single-toolbar="true"]) & {
|
||||
border-radius: calc(var(--border-radius-medium) * var(--zen-squircle-value));
|
||||
}
|
||||
outline: none !important;
|
||||
|
||||
#urlbar:not([breakout-extend]) & {
|
||||
@@ -137,12 +140,12 @@
|
||||
& #identity-box {
|
||||
margin-inline-end: 0 !important;
|
||||
|
||||
&[pageproxystate="invalid"] {
|
||||
:root[zen-has-empty-tab="true"] &[pageproxystate="invalid"]:not(.chromeUI) {
|
||||
margin-inline-end: -4px !important;
|
||||
}
|
||||
|
||||
&.chromeUI:not([pageproxystate="invalid"]) #identity-icon-box {
|
||||
border-radius: 10px !important;
|
||||
border-radius: calc(10px * var(--zen-squircle-value)) !important;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -171,13 +174,9 @@
|
||||
}
|
||||
|
||||
:root:not([zen-single-toolbar="true"]):not([zen-has-empty-tab="true"]) #urlbar:not([breakout-extend]) .urlbar-input-container {
|
||||
padding: 2px 3px;
|
||||
padding: 2px 5px;
|
||||
gap: 2px;
|
||||
|
||||
& .urlbar-page-action {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
& #zen-copy-url-button {
|
||||
order: -1;
|
||||
}
|
||||
@@ -296,7 +295,7 @@
|
||||
|
||||
&,
|
||||
.urlbar-background {
|
||||
border-radius: 12px !important;
|
||||
border-radius: calc(12px * var(--zen-squircle-value)) !important;
|
||||
}
|
||||
|
||||
&[breakout-extend][animate-searchmode="true"]::before {
|
||||
@@ -411,7 +410,7 @@
|
||||
}
|
||||
|
||||
#notification-popup-box {
|
||||
border-radius: 10px !important;
|
||||
border-radius: calc(10px * var(--zen-squircle-value)) !important;
|
||||
}
|
||||
|
||||
/* Border radius on hover */
|
||||
@@ -706,7 +705,7 @@
|
||||
|
||||
:root:not([zen-single-toolbar="true"]) #urlbar[breakout-extend]:not([zen-floating-urlbar="true"]) {
|
||||
& .urlbar-background {
|
||||
border-radius: 10px !important;
|
||||
border-radius: calc(10px * var(--zen-squircle-value)) !important;
|
||||
}
|
||||
|
||||
#urlbar-results {
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
*/
|
||||
.dialogBox {
|
||||
border-radius: 12px !important;
|
||||
border-radius: calc(12px * var(--zen-squircle-value)) !important;
|
||||
border: 0.5px solid light-dark(rgba(0, 0, 0, 0.4), var(--zen-dialog-background)) !important;
|
||||
outline: 1px solid light-dark(transparent, rgba(168, 168, 169, 0.50)) !important;
|
||||
box-shadow: 0 10px 8px rgba(0, 0 , 0, 0.15) !important;
|
||||
|
||||
@@ -291,7 +291,7 @@
|
||||
--panel-width: 234px;
|
||||
--menu-panel-width-wide: calc(var(--panel-width) - var(--panel-padding) * 2);
|
||||
--uei-icon-size: 16px;
|
||||
--arrowpanel-menuitem-border-radius: 10px;
|
||||
--arrowpanel-menuitem-border-radius: calc(10px * var(--zen-squircle-value));
|
||||
}
|
||||
|
||||
#unified-extensions-empty-state,
|
||||
@@ -500,6 +500,7 @@
|
||||
transition:
|
||||
transform 0.12s ease-in-out,
|
||||
opacity 0.12s ease-in-out;
|
||||
will-change: transform;
|
||||
}
|
||||
|
||||
/* stylelint-disable-next-line stylelint-plugin-mozilla/no-has-selector */
|
||||
@@ -603,6 +604,7 @@
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
will-change: transform;
|
||||
|
||||
@media (-moz-platform: macos) {
|
||||
background: linear-gradient(to bottom, light-dark(rgb(255, 255, 255), rgb(34, 34, 34)), light-dark(rgb(246, 246, 246), rgb(21, 21, 21)));
|
||||
|
||||
@@ -58,7 +58,7 @@
|
||||
:root[zen-no-padding='true'] & {
|
||||
--zen-compact-float: 10px;
|
||||
--zen-compact-top-toolbar-hidden-fix: var(--zen-compact-float);
|
||||
--zen-compact-mode-no-padding-radius-fix: 2px;
|
||||
--zen-compact-mode-no-padding-radius-fix: 6px;
|
||||
}
|
||||
|
||||
/* Initial padding for when we are animating */
|
||||
|
||||
@@ -721,7 +721,7 @@ export class nsZenThemePicker extends nsZenMultiWindowFeature {
|
||||
};
|
||||
|
||||
const dot = document.createElement("div");
|
||||
dot.classList.add("zen-theme-picker-dot");
|
||||
dot.classList.add("zen-theme-picker-dot", "no-squircles");
|
||||
|
||||
dot.style.left = `${dotData.x}px`;
|
||||
dot.style.top = `${dotData.y}px`;
|
||||
|
||||
@@ -52,7 +52,7 @@ zen-workspace-creation {
|
||||
|
||||
& .zen-workspace-creation-name-wrapper {
|
||||
padding: 9px 6px;
|
||||
border-radius: 8px !important;
|
||||
border-radius: calc(8px * var(--zen-squircle-value)) !important;
|
||||
margin: 0;
|
||||
background-color: var(--input-text-background-color);
|
||||
gap: 8px;
|
||||
@@ -119,7 +119,7 @@ zen-workspace-creation {
|
||||
|
||||
& .zen-workspace-creation-profile-wrapper {
|
||||
padding: 4px;
|
||||
border-radius: 8px !important;
|
||||
border-radius: calc(8px * var(--zen-squircle-value)) !important;
|
||||
margin: 0;
|
||||
background-color: var(--input-text-background-color);
|
||||
gap: 4px;
|
||||
@@ -148,7 +148,7 @@ zen-workspace-creation {
|
||||
}
|
||||
|
||||
& .zen-workspace-creation-edit-theme-button {
|
||||
border-radius: 8px !important;
|
||||
border-radius: calc(8px * var(--zen-squircle-value)) !important;
|
||||
margin: 0;
|
||||
background-color: var(--input-text-background-color);
|
||||
justify-content: center;
|
||||
|
||||
Reference in New Issue
Block a user