fix: 💄 padding, text for mod buttons
This commit is contained in:
parent
0cbaf63d38
commit
62f89bfd56
@ -1129,7 +1129,7 @@ removeRecipient: "Remove recipient"
|
|||||||
removeMember: "Remove member"
|
removeMember: "Remove member"
|
||||||
verifiedLink: "Verified link"
|
verifiedLink: "Verified link"
|
||||||
origin: "Origin"
|
origin: "Origin"
|
||||||
delete2fa: "Delete 2FA"
|
delete2fa: "Disable 2FA"
|
||||||
deletePasskeys: "Delete passkeys"
|
deletePasskeys: "Delete passkeys"
|
||||||
delete2faConfirm: "This will irreversibly delete 2FA on this account. Proceed?"
|
delete2faConfirm: "This will irreversibly delete 2FA on this account. Proceed?"
|
||||||
deletePasskeysConfirm: "This will irreversibly delete all passkeys and security keys on this account. Proceed?"
|
deletePasskeysConfirm: "This will irreversibly delete all passkeys and security keys on this account. Proceed?"
|
||||||
|
@ -974,7 +974,6 @@ onMounted(() => {
|
|||||||
nextTick(() => {
|
nextTick(() => {
|
||||||
focus();
|
focus();
|
||||||
});
|
});
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO: detach when unmount
|
// TODO: detach when unmount
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
: reaction
|
: reaction
|
||||||
"
|
"
|
||||||
:custom-emojis="note.emojis"
|
:custom-emojis="note.emojis"
|
||||||
style="max-width: 100%;"
|
style="max-width: 100%"
|
||||||
/>
|
/>
|
||||||
<span style="margin-left: 4px">{{
|
<span style="margin-left: 4px">{{
|
||||||
note.reactions[reaction]
|
note.reactions[reaction]
|
||||||
|
@ -207,6 +207,7 @@
|
|||||||
v-if="user.host == null && iAmModerator"
|
v-if="user.host == null && iAmModerator"
|
||||||
inline
|
inline
|
||||||
@click="resetPassword"
|
@click="resetPassword"
|
||||||
|
style="margin-bottom: 0.4rem"
|
||||||
><i class="ph-password ph-bold ph-lg"></i>
|
><i class="ph-password ph-bold ph-lg"></i>
|
||||||
{{ i18n.ts.resetPassword }}</FormButton
|
{{ i18n.ts.resetPassword }}</FormButton
|
||||||
>
|
>
|
||||||
|
Loading…
Reference in New Issue
Block a user