From c4e4ff984a6544898a23bb6e034dee5563f6ec25 Mon Sep 17 00:00:00 2001 From: Aevann Date: Thu, 18 Apr 2024 20:44:58 +0200 Subject: [PATCH] put playlist on mobile --- files/templates/header.html | 60 +++++++++++++++++++------------------ 1 file changed, 31 insertions(+), 29 deletions(-) diff --git a/files/templates/header.html b/files/templates/header.html index 768a240b3..6c5e96b51 100644 --- a/files/templates/header.html +++ b/files/templates/header.html @@ -513,37 +513,12 @@ {% endif %} -
+
Users Online ()
- {% if (orgies)|length > 1 %} -
Orgy Playlist
- - - - - - - - - {% for orgy in orgies %} - - - {% if orgy.started %} - - {% else %} - - {% endif %} - - - {% endfor %} -
TitleStarts onEnds on
{{orgy.title}}Started
- {% endif %}
- -







{% elif request.path.startswith('/chat/') %} -
+
Members ({{sorted_memberships|length}})
    {% for membership in sorted_memberships %} @@ -570,14 +545,41 @@ {% endfor %}
- -







{% elif has_sidebar %} {% include "sidebar_" ~ SITE_NAME ~ ".html" %} {% if SITE_NAME == 'WPD' %} {% endif %} {% endif %} + + {% if request.path.startswith('/chat/') %} + {% if (orgies)|length > 1 %} +
+
Orgy Playlist
+ + + + + + + + + {% for orgy in orgies %} + + + {% if orgy.started %} + + {% else %} + + {% endif %} + + + {% endfor %} +
TitleStarts onEnds on
{{orgy.title}}Started
+
+ {% endif %} +















+ {% endif %}