Refactor Zen Workspaces preferences and hide default container indicator

This commit is contained in:
mauro-balades
2024-09-11 23:44:47 +02:00
parent af98bb7758
commit 6d3b20062e
8 changed files with 46 additions and 11 deletions

View File

@@ -199,7 +199,7 @@
display: none;
}
.tabbrowser-tab::after {
.tabbrowser-tab::before {
/* Containers */
background: var(--identity-tab-color, transparent);
border-radius: 2px;
@@ -213,6 +213,12 @@
pointer-events: none;
}
@media (-moz-bool-pref: 'zen.workspaces.hide-default-container-indicator') {
.tabbrowser-tab[zenDefaultUserContextId='true']::before {
display: none;
}
}
.tabbrowser-tab {
margin-inline-start: 0;
margin: 0 auto;