From bd44a565a73f4cac3545effb8246c6523f9abc50 Mon Sep 17 00:00:00 2001 From: syuilo <4439005+syuilo@users.noreply.github.com> Date: Mon, 15 Sep 2025 10:57:59 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/frontend/src/pages/qr.show.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/frontend/src/pages/qr.show.vue b/packages/frontend/src/pages/qr.show.vue index e4bf7085ce..ba81954e6b 100644 --- a/packages/frontend/src/pages/qr.show.vue +++ b/packages/frontend/src/pages/qr.show.vue @@ -160,14 +160,13 @@ $avatarSize: 58px; display: flex; flex-direction: column; align-items: center; - margin: 0 auto; } .qr { position: relative; margin: 0 auto; width: 100%; - max-width: 250px; + max-width: 230px; border-radius: 8px; overflow: clip; aspect-ratio: 1;