mirror of
https://github.com/zen-browser/desktop.git
synced 2025-10-14 05:46:26 +00:00
feat: Added context menus to workspace icons at the button and small fixes, b=no-bug, c=common, workspaces
This commit is contained in:
@@ -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)'] },
|
||||
|
Reference in New Issue
Block a user