diff --git a/files/templates/settings/common.html b/files/templates/settings/common.html index 5e59d78076..bf7bc582c8 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 e2fb13edf4..19d85522c8 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 d939896ebf..6e278be4d6 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 fb11273da6..1dca7ad7f5 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)}}