投稿の時に表示されるアイコン気になりすぎるから消した

This commit is contained in:
nullnyat 2022-01-27 02:04:29 +09:00
parent 3b303a20a4
commit 2924b84deb
No known key found for this signature in database
GPG Key ID: 5EDC2816C3AE007A

View File

@ -8,9 +8,6 @@
>
<header>
<button v-if="!fixed" class="cancel _button" @click="cancel"><i class="fas fa-times"></i></button>
<button v-click-anime v-tooltip="i18n.locale.switchAccount" class="account _button" @click="openAccountMenu">
<MkAvatar :user="postAccount ?? $i" class="avatar"/>
</button>
<div>
<span class="text-count" :class="{ over: textLength > maxTextLength }">{{ maxTextLength - textLength }}</span>
<span v-if="localOnly" class="local-only"><i class="fas fa-biohazard"></i></span>