From 889cadd40e9fad285772ccfa3f833f0f1452c252 Mon Sep 17 00:00:00 2001 From: Aevann Date: Thu, 5 Oct 2023 20:29:37 +0300 Subject: [PATCH] fix a bunch of format btns --- files/templates/settings/common.html | 4 +--- files/templates/submit.html | 4 +--- files/templates/userpage/admintools.html | 4 +--- files/templates/util/macros.html | 6 ++---- 4 files changed, 5 insertions(+), 13 deletions(-) diff --git a/files/templates/settings/common.html b/files/templates/settings/common.html index 5e59d7807..bf7bc582c 100644 --- a/files/templates/settings/common.html +++ b/files/templates/settings/common.html @@ -61,9 +61,7 @@
{% if show_emojis %} -
- {{macros.emoji_btn(id ~ '-body')}} -
+ {{macros.emoji_btn(id ~ '-body')}} {% endif %} {{below_text}} diff --git a/files/templates/submit.html b/files/templates/submit.html index e2fb13edf..19d85522c 100644 --- a/files/templates/submit.html +++ b/files/templates/submit.html @@ -30,9 +30,7 @@ -
- {{macros.emoji_btn('post-title')}} -
+ {{macros.emoji_btn('post-title')}}
diff --git a/files/templates/userpage/admintools.html b/files/templates/userpage/admintools.html index d939896eb..6e278be4d 100644 --- a/files/templates/userpage/admintools.html +++ b/files/templates/userpage/admintools.html @@ -40,9 +40,7 @@
-
- {{macros.emoji_btn('flair_htmlbody-' ~ deviceType)}} -
+ {{macros.emoji_btn('flair_htmlbody-' ~ deviceType)}}
diff --git a/files/templates/util/macros.html b/files/templates/util/macros.html index fb11273da..1dca7ad7f 100644 --- a/files/templates/util/macros.html +++ b/files/templates/util/macros.html @@ -339,10 +339,8 @@
-
- {{emoji_btn('input-text-chat')}} - {{file_btn('file', False, True)}} -
+ {{emoji_btn('input-text-chat')}} + {{file_btn('file', False, True)}}