Add initial padding for animation in compact mode styles

This commit is contained in:
mr. M
2025-03-03 01:17:47 +01:00
parent 8aaccf06b2
commit 2f8847b8fe

View File

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