From 15fa0961055aa0a5fd1d4eb98ebb898476d935bf Mon Sep 17 00:00:00 2001 From: Aevann Date: Wed, 14 Feb 2024 13:01:48 +0200 Subject: [PATCH] fix tabs in /submit --- files/templates/submit.html | 241 ++++++++++++++++++------------------ 1 file changed, 121 insertions(+), 120 deletions(-) diff --git a/files/templates/submit.html b/files/templates/submit.html index e028e0a30..978aa457e 100644 --- a/files/templates/submit.html +++ b/files/templates/submit.html @@ -7,129 +7,130 @@ {% block banner %}{% endblock %} {% block mobilenavbar %}{% endblock %} {% block content %} - {% block form %} -
-
-
-
-
-

Create a post

-
- - -
- {%- set hole_placeholder = 'Required' if HOLE_REQUIRED else 'Optional' -%} - - - {% for h in HOLES %} - - {% endfor %} - -
- - + {% block form %} +
+ +
+
+
+

Create a post

+
+ + +
+ {%- set hole_placeholder = 'Required' if HOLE_REQUIRED else 'Optional' -%} + + + {% for h in HOLES %} + + {% endfor %} + +
+ + - {{macros.emoji_btn('post-title')}} - -
- - -
-
-
-
-
- - - -
- Optional if you have text. - You can upload images, videos, or audio. -
-
- - - -
- -
- {{macros.emoji_btn('post-text')}} - {{macros.gif_btn('post-text')}} - {{macros.file_btn('file-upload-submit')}} -
- -
- - -
- - - -
- -
- - -
- - {% if FEATURES['NSFW_MARKING'] %} -
- - -
- {% endif %} - - {% if SITE_NAME == 'WPD' %} -
- - -
- {% endif %} - -
- - -
- - {% if not (SITE_NAME == 'WPD' and v.truescore < 500) %} -
- - -
- {% endif %} - - {% if v.can_post_in_ghost_threads %} -
- - -
- {% endif %} -
+ {{macros.emoji_btn('post-title')}} + +
+ + +
+
+
+
+
+ + +
-
-
-
-
- Cancel -
-
- - - - - + Optional if you have text. + You can upload images, videos, or audio. +
+
+ + + +
+ +
+ {{macros.emoji_btn('post-text')}} + {{macros.gif_btn('post-text')}} + {{macros.file_btn('file-upload-submit')}} +
+ +
+ + +
+ + + +
+ +
+ + +
+ + {% if FEATURES['NSFW_MARKING'] %} +
+ + +
+ {% endif %} + + {% if SITE_NAME == 'WPD' %} +
+ + +
+ {% endif %} + +
+ + +
+ + {% if not (SITE_NAME == 'WPD' and v.truescore < 500) %} +
+ + +
+ {% endif %} + + {% if v.can_post_in_ghost_threads %} +
+ + +
+ {% endif %}
- -
- {% endblock %} - - - - {% include "modals/emoji.html" %} - {% include "modals/gif.html" %} +
+
+
+
+ Cancel +
+
+ + + + + +
+
+
+ +
+ {% endblock %} + + + + {% include "modals/emoji.html" %} + {% include "modals/gif.html" %} {% endblock %}