fix: 💄 padding, text for mod buttons

This commit is contained in:
ThatOneCalculator 2023-07-28 20:44:12 -07:00
parent 0cbaf63d38
commit 62f89bfd56
No known key found for this signature in database
GPG key ID: 8703CACD01000000
4 changed files with 3 additions and 3 deletions

View file

@ -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?"

View file

@ -974,7 +974,6 @@ onMounted(() => {
nextTick(() => {
focus();
});
}
// TODO: detach when unmount

View file

@ -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]

View file

@ -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
>