Tweaked actor tag avatar margins.

This commit is contained in:
2026-07-05 04:37:18 +02:00
parent 6c9cb4201a
commit 8674c1d361

View File

@@ -468,8 +468,8 @@ const {
const { scene } = pageProps;
const avatarFrameSize = 36;
const avatarMargin = 2.5;
const avatarVerticalOffset = 0.07; // fraction of crop size; positive shifts crop down (frames more chin, less forehead)
const avatarMargin = 2.75;
const avatarVerticalOffset = 0.1; // fraction of crop size; positive shifts crop down (frames more chin, less forehead)
const fallbackZoom = 2.25; // zoom level when no biometrics are available
function clampCrop(crop) {