pull/83/head
Aevann 2023-01-01 10:44:00 +02:00
parent f0971f3a98
commit ac4926a752
3 changed files with 6 additions and 4 deletions

View File

@ -6566,10 +6566,6 @@ body *::-webkit-scrollbar {
cursor: default !important;
}
.comment {
margin-top: 0.3rem;
}
body > .container {
padding-left: 20px !important;
padding-right: 20px !important;

View File

@ -0,0 +1,3 @@
.comment {
margin-top: 0.3rem;
}

View File

@ -151,6 +151,9 @@
</ul>
</nav>
{% endif %}
<link rel="stylesheet" href="{{('css/notifications.css') | asset}}">
{% endblock %}
{% block GIFpicker %}{% endblock %}