chore: format
This commit is contained in:
parent
89330c5161
commit
482c21d00e
|
@ -17,10 +17,18 @@
|
|||
{{ file.name }}
|
||||
</div>
|
||||
<div class="buttons">
|
||||
<button class="_button" @click="chooseFile" :aria-label="i18n.t('attachFile')">
|
||||
<button
|
||||
class="_button"
|
||||
@click="chooseFile"
|
||||
:aria-label="i18n.t('attachFile')"
|
||||
>
|
||||
<i class="ph-upload ph-bold ph-lg"></i>
|
||||
</button>
|
||||
<button class="_button" @click="insertEmoji" :aria-label="i18n.t('chooseEmoji')">
|
||||
<button
|
||||
class="_button"
|
||||
@click="insertEmoji"
|
||||
:aria-label="i18n.t('chooseEmoji')"
|
||||
>
|
||||
<i class="ph-smiley ph-bold ph-lg"></i>
|
||||
</button>
|
||||
<button
|
||||
|
|
|
@ -49,7 +49,11 @@
|
|||
</MkPagination>
|
||||
</div>
|
||||
<footer>
|
||||
<div v-if="typers.length > 0" class="typers" aria-live="polite">
|
||||
<div
|
||||
v-if="typers.length > 0"
|
||||
class="typers"
|
||||
aria-live="polite"
|
||||
>
|
||||
<I18n
|
||||
:src="i18n.ts.typingUsers"
|
||||
text-tag="span"
|
||||
|
|
Loading…
Reference in New Issue