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;