From 8674c1d3618cac1f5e7641c179c81d717d59807b Mon Sep 17 00:00:00 2001 From: DebaucheryLibrarian Date: Sun, 5 Jul 2026 04:37:18 +0200 Subject: [PATCH] Tweaked actor tag avatar margins. --- pages/scene/+Page.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/scene/+Page.vue b/pages/scene/+Page.vue index 01aceba..b5553a7 100644 --- a/pages/scene/+Page.vue +++ b/pages/scene/+Page.vue @@ -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) {