mirror of
https://github.com/zen-browser/desktop.git
synced 2025-10-08 19:06:38 +00:00
Fixed renaming workspaces not being applied
This commit is contained in:
@@ -1135,6 +1135,7 @@ var ZenWorkspaces = new (class extends ZenMultiWindowFeature {
|
|||||||
|
|
||||||
if (!ignoreStrip) {
|
if (!ignoreStrip) {
|
||||||
await browser.ZenWorkspaces._expandWorkspacesStrip(browser);
|
await browser.ZenWorkspaces._expandWorkspacesStrip(browser);
|
||||||
|
browser.ZenWorkspaces._fixIndicatorsNames(workspaces);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
@@ -1,8 +1,17 @@
|
|||||||
diff --git a/browser/themes/shared/identity-block/identity-block.css b/browser/themes/shared/identity-block/identity-block.css
|
diff --git a/browser/themes/shared/identity-block/identity-block.css b/browser/themes/shared/identity-block/identity-block.css
|
||||||
index 11ff8f62c9e40fd2f523387a4325518f383f5d11..d6563e2ddf963caa34bee716c42f9d440c327b61 100644
|
index 13b1659ed5a3b9bb0342b601998d0fd5c9760e22..61c8ab828235d598e794c86a070044e189a28f47 100644
|
||||||
--- a/browser/themes/shared/identity-block/identity-block.css
|
--- a/browser/themes/shared/identity-block/identity-block.css
|
||||||
+++ b/browser/themes/shared/identity-block/identity-block.css
|
+++ b/browser/themes/shared/identity-block/identity-block.css
|
||||||
@@ -80,7 +80,7 @@
|
@@ -25,7 +25,7 @@
|
||||||
|
> #identity-permission-box,
|
||||||
|
> #notification-popup-box,
|
||||||
|
#identity-icon-label {
|
||||||
|
- display: none;
|
||||||
|
+ display: none !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@@ -81,7 +81,7 @@
|
||||||
|
|
||||||
#identity-box[pageproxystate="valid"]:is(.notSecureText, .chromeUI, .extensionPage) > .identity-box-button,
|
#identity-box[pageproxystate="valid"]:is(.notSecureText, .chromeUI, .extensionPage) > .identity-box-button,
|
||||||
#urlbar-label-box {
|
#urlbar-label-box {
|
||||||
@@ -11,7 +20,7 @@ index 11ff8f62c9e40fd2f523387a4325518f383f5d11..d6563e2ddf963caa34bee716c42f9d44
|
|||||||
color: var(--urlbar-box-text-color);
|
color: var(--urlbar-box-text-color);
|
||||||
padding-inline: 8px;
|
padding-inline: 8px;
|
||||||
border-radius: var(--urlbar-icon-border-radius);
|
border-radius: var(--urlbar-icon-border-radius);
|
||||||
@@ -174,16 +174,17 @@
|
@@ -175,16 +175,17 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
#identity-icon {
|
#identity-icon {
|
||||||
|
Reference in New Issue
Block a user