Fixed private browsing appearing indicator overflowing the collapsed sidebar (closes https://github.com/zen-browser/desktop/issues/3580)

This commit is contained in:
mr. M
2024-12-12 21:18:39 +01:00
parent b652840090
commit 85028b060c
2 changed files with 4 additions and 4 deletions

View File

@@ -56,3 +56,7 @@
#alltabs-button {
display: none !important;
}
.private-browsing-indicator-with-label {
display: none !important;
}

View File

@@ -53,10 +53,6 @@
justify-content: center;
}
#private-browsing-indicator-with-label {
display: none !important;
}
#browser {
--zen-toolbox-padding: calc(var(--zen-element-separation) / 1.5);
:root[zen-no-padding='true'] & {