Merge pull request #3547 from Axenide/dev

Make sidebar compact mode animation smoother
This commit is contained in:
mr. m
2024-12-11 15:29:13 +01:00
committed by GitHub

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);