Merge pull request #7155 from sboursen-scinote/sb_SCI-10262-fix

Center unread comments [SCI-10262]
This commit is contained in:
aignatov-bio 2024-02-28 11:50:40 +01:00 committed by GitHub
commit 4147eefcfb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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>