summaryrefslogtreecommitdiff
path: root/packages/frontend/src/components/MkInviteCode.vue
diff options
context:
space:
mode:
authorsyuilo <4439005+syuilo@users.noreply.github.com>2025-03-16 10:58:06 +0900
committersyuilo <4439005+syuilo@users.noreply.github.com>2025-03-16 10:58:06 +0900
commitc2940fd77cba7b0cf912db9fda92e66dbce9110f (patch)
tree1ac1df00c5ea467af720e2c96bf3517d4d1d59b3 /packages/frontend/src/components/MkInviteCode.vue
parentrefactor (diff)
downloadsharkey-c2940fd77cba7b0cf912db9fda92e66dbce9110f.tar.gz
sharkey-c2940fd77cba7b0cf912db9fda92e66dbce9110f.tar.bz2
sharkey-c2940fd77cba7b0cf912db9fda92e66dbce9110f.zip
enhance(frontend): improve usability on touch device
Diffstat (limited to 'packages/frontend/src/components/MkInviteCode.vue')
-rw-r--r--packages/frontend/src/components/MkInviteCode.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/frontend/src/components/MkInviteCode.vue b/packages/frontend/src/components/MkInviteCode.vue
index 08eddfc03c..0f53d1573d 100644
--- a/packages/frontend/src/components/MkInviteCode.vue
+++ b/packages/frontend/src/components/MkInviteCode.vue
@@ -22,7 +22,7 @@ SPDX-License-Identifier: AGPL-3.0-only
<div :class="$style.items">
<div>
<div :class="$style.label">{{ i18n.ts.invitationCode }}</div>
- <div>{{ invite.code }}</div>
+ <div class="_selectableAtomic">{{ invite.code }}</div>
</div>
<div v-if="moderator">
<div :class="$style.label">{{ i18n.ts.inviteCodeCreator }}</div>