fix: Small fixes before release, b=(closes #7940), c=tabs, workspaces

This commit is contained in:
mr. m
2025-05-01 17:36:56 +02:00
parent f1fbe78f93
commit 9bd02871e2
2 changed files with 2 additions and 1 deletions

View File

@@ -757,6 +757,7 @@
/* Center items in essentials container */
& .zen-essentials-container {
justify-content: center;
grid-template-columns: 1fr !important;
}
/* Style new tab button when collapsed */

View File

@@ -929,7 +929,7 @@ var ZenWorkspaces = new (class extends ZenMultiWindowFeature {
const onWorkspaceIconContainerClick = this.onWorkspaceIconContainerClick.bind(this);
for (const element of document.querySelectorAll('.PanelUI-zen-workspaces-icons-container')) {
element.addEventListener('command', onWorkspaceIconContainerClick);
element.addEventListener('click', onWorkspaceIconContainerClick);
}
document