mirror of
https://github.com/zen-browser/desktop.git
synced 2025-09-05 19:08:18 +00:00
fix: Small fixes before release, b=(closes #7940), c=tabs, workspaces
This commit is contained in:
@@ -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 */
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user