chore(mascot): re-encode as 2s VP9 cycle and center auth drop-shadow on character

This commit is contained in:
heaven 2026-05-13 04:17:14 +03:00
parent 4e7ea405ab
commit c27f8a7cc2
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View file

@ -108,7 +108,7 @@ export const AuthMascotVideo = style({
maxWidth: 'calc(100vw - (2 * var(--vojo-stack-pad)))',
pointerEvents: 'none',
userSelect: 'none',
filter: 'drop-shadow(0 30px 70px rgba(45, 47, 50, 0.7))',
filter: 'drop-shadow(0 0 70px rgba(45, 47, 50, 0.7))',
});
/* ── Modal zone (position driven by JS) ── */