mirror of
https://github.com/zen-browser/desktop.git
synced 2025-09-05 19:08:18 +00:00
Merge pull request #3547 from Axenide/dev
Make sidebar compact mode animation smoother
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user