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