mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-03-09 14:13:16 +08:00
Center unread comments [SCI-10262]
This commit is contained in:
parent
11270a6d2e
commit
ce97d4d404
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
|||
+
|
||||
</template>
|
||||
<span v-if="params.data.comments.count_unseen > 0"
|
||||
class="unseen-comments inline-block align-super text-xs font-semibold rounded-full bg-sn-science-blue text-sn-white w-3.5 h-3.5 text-center">
|
||||
class="unseen-comments inline-flex align-super text-xs font-semibold rounded-full bg-sn-science-blue text-sn-white w-3.5 h-3.5 items-center justify-center">
|
||||
{{params.data.comments.count_unseen }}
|
||||
</span>
|
||||
</a>
|
||||
|
|
Loading…
Reference in a new issue