fix unread class in notifs

remotes/1693045480750635534/spooky-22
Aevann1 2022-08-11 14:26:33 +02:00
parent b462deb159
commit 23ad27e10c
1 changed files with 5 additions and 3 deletions

View File

@ -158,9 +158,11 @@
.comment {
margin-top: 0;
}
.unread {
margin-bottom: 1rem;
}
{% if request.path in ('/notifications/mesages', '/notifications/modmail') %}
.unread {
margin-bottom: 1rem;
}
{% endif %}
</style>
{% endblock %}