chore(mascot): re-encode as 2s VP9 cycle and center auth drop-shadow on character
This commit is contained in:
parent
bf113eaca0
commit
dce683291c
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)))',
|
||||
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) ── */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue