forked from rDrama/rDrama
1
0
Fork 0

remove comment margin in notifs

master
Aevann1 2022-08-11 12:29:49 +02:00
parent d07556afc6
commit 091c29c6d5
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@
{% endif %} {% endif %}
<style> <style>
.comment { .comment {
margin-top: 1rem; margin-top: 0;
} }
</style> </style>
{% endblock %} {% endblock %}