Make single sidebar compact mode animation smoother

This commit is contained in:
Axenide
2024-12-11 04:17:22 -03:00
parent 13ccd086b4
commit f44544be0e

View File

@@ -24,7 +24,7 @@
--zen-compact-float: calc(var(--zen-element-separation) - 1px);
position: absolute;
z-index: 10;
transition: transform 0.25s ease-in-out, opacity 0.1s ease-in-out;
transition: transform 0.25s ease, opacity 0.1s ease-in-out;
right: calc(100% - var(--zen-element-separation));
top: 0;
bottom: var(--zen-element-separation);