diff --git a/public/admin.css b/public/admin.css index 0fe17c7..8a66890 100644 --- a/public/admin.css +++ b/public/admin.css @@ -284,7 +284,7 @@ label { display: grid; gap: 6px; color: var(--muted); font-size: 13px; } animation: launcherPreviewWiggle 7.2s ease-in-out infinite; } .launcher-preview.effect-sway .launcher-preview-icon { - animation: launcherPreviewSway 4.8s ease-in-out infinite; + animation: launcherPreviewWiggle 7.2s ease-in-out infinite; } .launcher-preview-status { position: absolute; @@ -481,12 +481,6 @@ label { display: grid; gap: 6px; color: var(--muted); font-size: 13px; } 6% { transform: translateY(2px) rotate(3deg); } 9% { transform: translateY(-1px) rotate(-2deg); } } -@keyframes launcherPreviewSway { - 0%, 72%, 100% { transform: translateX(0) rotate(0deg); } - 78% { transform: translateX(-2px) rotate(-4deg); } - 84% { transform: translateX(2px) rotate(4deg); } - 90% { transform: translateX(-1px) rotate(-2deg); } -} .widget-language-settings { grid-template-columns: 112px minmax(230px, 1fr); } diff --git a/public/admin.html b/public/admin.html index 94e04ba..9766a30 100644 --- a/public/admin.html +++ b/public/admin.html @@ -175,7 +175,7 @@ - +