mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-11-27 03:51:08 +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>
|
||||||
</span>
|
</span>
|
||||||
{% if request.user|notification_count %}
|
{% 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 %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
|
|
Loading…
Reference in a new issue