Added option to opt-out from compact mode animation

This commit is contained in:
mr. M
2024-12-17 16:38:31 +01:00
parent c111d32934
commit 58b2ac9987
3 changed files with 5 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ height: var(--zen-toolbar-height);
}
&:not([zen-has-hover='true']):not([has-popup-menu]):not(:focus-within) {
transition-delay: 0.05s;
transition-delay: 0.1s;
height: var(--zen-element-separation);
overflow: hidden;
opacity: 0;