diff --git a/src/browser/base/content/zen-styles/zen-compact-mode.css b/src/browser/base/content/zen-styles/zen-compact-mode.css index 7c6081224..72dadc79b 100644 --- a/src/browser/base/content/zen-styles/zen-compact-mode.css +++ b/src/browser/base/content/zen-styles/zen-compact-mode.css @@ -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);