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 6fac7e8ad..fa6f2f835 100644 --- a/src/browser/base/content/zen-styles/zen-compact-mode.css +++ b/src/browser/base/content/zen-styles/zen-compact-mode.css @@ -38,6 +38,9 @@ --zen-toolbox-max-width: 64px !important; --zen-compact-float: var(--zen-element-separation); + /* Initial padding for when we are animating */ + padding: 0 0 0 var(--zen-toolbox-padding) !important; + &:not([animate='true']) { position: absolute; z-index: 10;