mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-11-23 10:01:04 +00:00
Fix notification count styling
This commit is contained in:
parent
ada09639b7
commit
92ef3a574c
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@
|
|||
</span>
|
||||
</span>
|
||||
{% if request.user|notification_count %}
|
||||
<span class="tag is-danger">{{ request.user | notification_count }}</span>
|
||||
<span class="tag is-danger is-medium">{{ request.user | notification_count }}</span>
|
||||
{% endif %}
|
||||
</div>
|
||||
</a>
|
||||
|
|
Loading…
Reference in a new issue