diff --git a/files/assets/css/main.css b/files/assets/css/main.css index 030f8d8af..3e2bb8cc6 100644 --- a/files/assets/css/main.css +++ b/files/assets/css/main.css @@ -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; diff --git a/files/assets/css/notifications.css b/files/assets/css/notifications.css new file mode 100644 index 000000000..8ea8d8323 --- /dev/null +++ b/files/assets/css/notifications.css @@ -0,0 +1,3 @@ +.comment { + margin-top: 0.3rem; +} diff --git a/files/templates/notifications.html b/files/templates/notifications.html index 0d19d0e08..c7fa22cab 100644 --- a/files/templates/notifications.html +++ b/files/templates/notifications.html @@ -151,6 +151,9 @@ {% endif %} + + + {% endblock %} {% block GIFpicker %}{% endblock %}