feat: update seasonal styles to use fixed positioning and full coverage for better display

This commit is contained in:
CodeDevMLH
2025-12-18 00:32:19 +01:00
parent 7216588fef
commit e90ea952bd
8 changed files with 37 additions and 6 deletions

View File

@@ -34,6 +34,7 @@
transform: translateY(0);
opacity: 1;
}
100% {
transform: translateY(calc(var(--trailEndY) - var(--trailStartY)));
opacity: 0;
@@ -46,6 +47,7 @@
opacity: 1;
transform: translate(0, 0);
}
100% {
opacity: 0;
transform: translate(var(--x), var(--y));