fix chat badge and unify styles across all badges including follow

request count.
This commit is contained in:
Henry Jameson 2020-11-02 20:51:38 +02:00
parent f0a66448ee
commit 08e6e66642
4 changed files with 24 additions and 43 deletions

View file

@ -21,6 +21,12 @@
/>
</span>
<span class="heading-right" />
<div class="time-wrapper">
<Timeago
:time="chat.updated_at"
:auto-update="60"
/>
</div>
</div>
<div class="chat-preview">
<StatusContent
@ -35,12 +41,6 @@
</div>
</div>
</div>
<div class="time-wrapper">
<Timeago
:time="chat.updated_at"
:auto-update="60"
/>
</div>
</div>
</template>