chore: Removed invalid height for workspace indicators, b=(no-bug), c=workspaces

This commit is contained in:
mr. m
2025-05-03 16:37:21 +02:00
parent 79bd7794a5
commit a7d0719877
2 changed files with 0 additions and 7 deletions

View File

@@ -204,7 +204,6 @@ pref('zen.startup.smooth-scroll-in-tabs', true);
pref('zen.workspaces.hide-default-container-indicator', true);
pref('zen.workspaces.force-container-workspace', false);
pref('zen.workspaces.open-new-tab-if-last-unpinned-tab-is-closed', false);
pref('zen.workspaces.show-workspace-indicator', true);
pref('zen.workspaces.swipe-actions', true);
pref('zen.workspaces.wrap-around-navigation', true);
pref('zen.workspaces.natural-scroll', false);

View File

@@ -507,12 +507,6 @@
}
}
@media not -moz-pref('zen.workspaces.show-workspace-indicator') {
#zen-current-workspace-indicator-container {
display: none !important;
}
}
#zen-current-workspace-indicator-container[hidden='true'] {
display: none !important;
}