chore(mascot): re-encode as 2s VP9 cycle and center auth drop-shadow on character
This commit is contained in:
parent
4e7ea405ab
commit
c27f8a7cc2
2 changed files with 1 additions and 1 deletions
Binary file not shown.
|
|
@ -108,7 +108,7 @@ export const AuthMascotVideo = style({
|
||||||
maxWidth: 'calc(100vw - (2 * var(--vojo-stack-pad)))',
|
maxWidth: 'calc(100vw - (2 * var(--vojo-stack-pad)))',
|
||||||
pointerEvents: 'none',
|
pointerEvents: 'none',
|
||||||
userSelect: '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) ── */
|
/* ── Modal zone (position driven by JS) ── */
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue