feat: Added context menus to workspace icons at the button and small fixes, b=no-bug, c=common, workspaces

This commit is contained in:
mr. m
2025-06-14 13:56:37 +02:00
parent 7d51ae1f07
commit ea23c3f63d
11 changed files with 64 additions and 29 deletions

View File

@@ -116,7 +116,7 @@ export var ZenCustomizableUI = new (class {
const handlePopupHidden = () => {
window.setTimeout(() => {
button.removeAttribute('open');
}, 100);
}, 500);
window.gZenUIManager.motion.animate(
image,
{ transform: ['rotate(45deg)', 'rotate(0deg)'] },