mirror of
https://github.com/andatoshiki/toshiki-notebook.git
synced 2026-06-06 06:55:55 +00:00
fix(pageingo): use singular word indicators for document information details preventing line breaking into two that looks visually uncomfortable
This commit is contained in:
parent
549f6b640c
commit
177188f21d
@ -33,15 +33,15 @@ const timeFormNow = getFromNow(isoDatetime.value)
|
||||
</div>
|
||||
<div v-if="publishedTime" class="flex gap-[4px] items-center">
|
||||
<eos-icons:modified-date />
|
||||
Published on:<span>{{ publishedTime }}</span>
|
||||
Published:<span>{{ publishedTime }}</span>
|
||||
</div>
|
||||
<div class="flex gap-[4px] items-center">
|
||||
<radix-icons:update />
|
||||
Last updated:<span>{{ timeFormNow }}</span>
|
||||
Updated:<span>{{ timeFormNow }}</span>
|
||||
</div>
|
||||
<div class="flex gap-[4px] items-center">
|
||||
<bi:file-earmark-word-fill />
|
||||
Word count:<span>{{ words }}</span>
|
||||
Words:<span>{{ words }}</span>
|
||||
</div>
|
||||
<div class="flex gap-[4px] items-center">
|
||||
<ooui:clock />
|
||||
|
||||
Loading…
Reference in New Issue
Block a user