From b8679f8e567617466d067083569aad0ac9c8c16c Mon Sep 17 00:00:00 2001 From: mummified-corroding-granny Date: Fri, 3 Feb 2023 00:38:30 +0000 Subject: [PATCH] moved post type to span, forced inline block and spacing --- files/templates/util/macros.html | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/files/templates/util/macros.html b/files/templates/util/macros.html index 6ce64aadd..967715a85 100644 --- a/files/templates/util/macros.html +++ b/files/templates/util/macros.html @@ -104,13 +104,12 @@ {{p.author.customtitle | safe}} {% endif %} {% endif %} -  {{p.age_string}} -   - ({% if p.is_image %}image post{% elif p.is_video %}video post{% elif p.is_audio %}audio post{% elif p.domain %}{{p.domain|truncate(50, True)}}{% else %}text post{% endif %}) +  {{p.age_string}} + ({% if p.is_image %}image post{% elif p.is_video %}video post{% elif p.is_audio %}audio post{% elif p.domain %}{% else %}text post{% endif %}) {% if p.edited_utc %} - Edited {{p.edited_string}} + Edited {{p.edited_string}} {% endif %} - {{p.views}} thread views + {{p.views}} thread views {% endmacro %} {% macro comment_reply_box(target_fullname, html_id, wrapper_css_classes="", subwrapper_css_classes="", hide="", allow_file_upload=true, enable_cancel_button=true) %} -- 2.34.1