From da51eafad7f93042d703f8156f8184c09f3e7c53 Mon Sep 17 00:00:00 2001 From: Aevann Date: Sun, 7 Apr 2024 06:09:43 +0200 Subject: [PATCH] add horizontal padding on mobile --- files/templates/contact.html | 42 +++++++++++++++++++----------------- 1 file changed, 22 insertions(+), 20 deletions(-) diff --git a/files/templates/contact.html b/files/templates/contact.html index 7891a526b..4d9654457 100644 --- a/files/templates/contact.html +++ b/files/templates/contact.html @@ -1,29 +1,31 @@ {% extends "default.html" %} {% block pagetitle %}Contact{% endblock %} {% block content %} -

Contact {{SITE_NAME}} Admins

- {% if v %} -
- - - -
- {{macros.emoji_btn('input-message')}} - {{macros.gif_btn('input-message')}} - {{macros.file_btn('file-upload-contact')}} - -
-
+
+

Contact {{SITE_NAME}} Admins

+ {% if v %} +
+ + + +
+ {{macros.emoji_btn('input-message')}} + {{macros.gif_btn('input-message')}} + {{macros.file_btn('file-upload-contact')}} + +
+
- {% include "modals/emoji.html" %} - {% include "modals/gif.html" %} + {% include "modals/emoji.html" %} + {% include "modals/gif.html" %} - {% if SITE_NAME == 'rDrama' %} -
If you can see this line, we haven't been contacted by any law enforcement or governmental organizations in 2024 yet.
+ {% if SITE_NAME == 'rDrama' %} +
If you can see this line, we haven't been contacted by any law enforcement or governmental organizations in 2024 yet.
+ {% endif %} + {% else %} +

by email: {{EMAIL}}

{% endif %} - {% else %} -

by email: {{EMAIL}}

- {% endif %} +
{% endblock %}