From 20da9899e40b1b63daa8bafd8e7d0feb74416448 Mon Sep 17 00:00:00 2001 From: CodeDevMLH <145071728+CodeDevMLH@users.noreply.github.com> Date: Thu, 19 Feb 2026 03:18:20 +0100 Subject: [PATCH] Fix typo in resurrection CSS class and animation names --- Jellyfin.Plugin.Seasonals/Web/resurrection.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Jellyfin.Plugin.Seasonals/Web/resurrection.css b/Jellyfin.Plugin.Seasonals/Web/resurrection.css index adc365b..8abade2 100644 --- a/Jellyfin.Plugin.Seasonals/Web/resurrection.css +++ b/Jellyfin.Plugin.Seasonals/Web/resurrection.css @@ -1,4 +1,4 @@ -.ressurection-container { +.resurrection-container { display: block; position: fixed; overflow: hidden; @@ -10,20 +10,20 @@ z-index: 10; } -.ressurection-symbol { +.resurrection-symbol { position: fixed; z-index: 15; top: -15%; user-select: none; -webkit-user-select: none; cursor: default; - animation-name: ressurection-fall, ressurection-sway; + animation-name: resurrection-fall, resurrection-sway; animation-timing-function: linear, ease-in-out; animation-iteration-count: infinite, infinite; will-change: transform, top; } -.ressurection-symbol img { +.resurrection-symbol img { z-index: 15; height: auto; width: 56px; @@ -32,12 +32,12 @@ } @media (max-width: 768px) { - .ressurection-symbol img { + .resurrection-symbol img { width: 42px; } } -@keyframes ressurection-fall { +@keyframes resurrection-fall { 0% { top: -15%; } @@ -47,7 +47,7 @@ } } -@keyframes ressurection-sway { +@keyframes resurrection-sway { 0%, 100% { transform: translateX(0);