From c02acb12710fd65bb54c42cdcc67036efd798fe6 Mon Sep 17 00:00:00 2001 From: Aevann Date: Sun, 19 Feb 2023 11:12:35 +0200 Subject: [PATCH] center all embeds in submission_listing on mobile --- files/templates/submission_listing.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/files/templates/submission_listing.html b/files/templates/submission_listing.html index c44851f541..d8d7c0a138 100644 --- a/files/templates/submission_listing.html +++ b/files/templates/submission_listing.html @@ -223,23 +223,23 @@ {% endif %} {% if p.is_image and not p.over_18 and ((v and v.cardview)) %} -
+ {% elif p.is_video %} -
+

{% elif p.is_audio %} -
+
{% elif p.is_youtube %} -
+
{{p.embed | safe}}
{% endif %}