From 6c67d79f0c95d44f61e715df209aaba038169a03 Mon Sep 17 00:00:00 2001 From: tamaina Date: Tue, 26 Aug 2025 00:55:41 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=A6=E3=83=BC=E3=82=B6=E3=83=BC=E5=85=A8?= =?UTF-8?q?=E9=83=A8flip=E3=81=A7=E3=81=84=E3=81=84=E3=82=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/frontend/src/pages/qr.show.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/frontend/src/pages/qr.show.vue b/packages/frontend/src/pages/qr.show.vue index 7b3b5ee8d1..e3b1f1312f 100644 --- a/packages/frontend/src/pages/qr.show.vue +++ b/packages/frontend/src/pages/qr.show.vue @@ -26,11 +26,11 @@ SPDX-License-Identifier: AGPL-3.0-only >
-
- +
+
-
{{ acct }}
-
{{ userName($i) }}
+
{{ userName($i) }}
+
{{ acct }}
Misskey Logo @@ -272,7 +272,7 @@ $avatarSize: 58px; flex-direction: column; justify-content: center; align-items: start; - margin: -2px -2px 0 ($avatarSize * 0.3); + margin: -2px -2px 0 ($avatarSize * 0.25); padding-right: 16px; max-width: 100%; overflow-x: hidden;