forked from rDrama/rDrama
1
0
Fork 0

fix unread class in notifs

master
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 { .comment {
margin-top: 0; margin-top: 0;
} }
.unread { {% if request.path in ('/notifications/mesages', '/notifications/modmail') %}
margin-bottom: 1rem; .unread {
} margin-bottom: 1rem;
}
{% endif %}
</style> </style>
{% endblock %} {% endblock %}