From ac4926a7522a2d93e680c04ca35bc782e46cb88a Mon Sep 17 00:00:00 2001 From: Aevann Date: Sun, 1 Jan 2023 10:44:00 +0200 Subject: [PATCH] css fix --- files/assets/css/main.css | 4 ---- files/assets/css/notifications.css | 3 +++ files/templates/notifications.html | 3 +++ 3 files changed, 6 insertions(+), 4 deletions(-) create mode 100644 files/assets/css/notifications.css 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 %}