Fixed renaming workspaces not being applied

This commit is contained in:
mr. m
2025-02-19 20:25:51 +01:00
parent 053a8194a2
commit f94d35519e
2 changed files with 13 additions and 3 deletions

View File

@@ -1135,6 +1135,7 @@ var ZenWorkspaces = new (class extends ZenMultiWindowFeature {
if (!ignoreStrip) {
await browser.ZenWorkspaces._expandWorkspacesStrip(browser);
browser.ZenWorkspaces._fixIndicatorsNames(workspaces);
}
});
}

View File

@@ -1,8 +1,17 @@
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
+++ 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,
#urlbar-label-box {
@@ -11,7 +20,7 @@ index 11ff8f62c9e40fd2f523387a4325518f383f5d11..d6563e2ddf963caa34bee716c42f9d44
color: var(--urlbar-box-text-color);
padding-inline: 8px;
border-radius: var(--urlbar-icon-border-radius);
@@ -174,16 +174,17 @@
@@ -175,16 +175,17 @@
}
#identity-icon {