diff --git a/frontends/ycdl_flask/templates/channels.html b/frontends/ycdl_flask/templates/channels.html index 8a17044..b88a5b6 100644 --- a/frontends/ycdl_flask/templates/channels.html +++ b/frontends/ycdl_flask/templates/channels.html @@ -17,8 +17,7 @@ { width: 200px; } -.channel_card_no_pending, -.channel_card_pending +.channel_card { margin: 8px 0; padding: 10px; @@ -50,9 +49,9 @@
{% for channel in channels|sort(attribute='name', case_sensitive=False) %} {% if channel.has_pending() %} -
+
{% else %} -
+
{% endif %} {{channel.name}} (p) {% if channel.automark not in [none, "pending"] %}