From 06011efeb571af432ca80a89983eae22980854e4 Mon Sep 17 00:00:00 2001 From: Aevann Date: Mon, 24 Jul 2023 13:03:14 +0300 Subject: [PATCH] move d-none to the left --- files/templates/post_listing.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/files/templates/post_listing.html b/files/templates/post_listing.html index c724ade01..ebf861bbf 100644 --- a/files/templates/post_listing.html +++ b/files/templates/post_listing.html @@ -214,17 +214,17 @@ {% endif %} {% if p.is_video %} -
+

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