Refactor CSS animation translation in zen-animations.css

This commit is contained in:
mr. M
2024-10-30 20:36:28 +01:00
parent 65934f5e00
commit 4e93b06772

View File

@@ -336,6 +336,6 @@
to { to {
opacity: 1; opacity: 1;
transform: translateX(calc(-100% - 2px)) translateY(-50%); transform: translateX(-100%) translateY(-50%);
} }
} }