diff --git a/frontends/ycdl_flask/templates/channels.html b/frontends/ycdl_flask/templates/channels.html index 220082a..5d7b28c 100644 --- a/frontends/ycdl_flask/templates/channels.html +++ b/frontends/ycdl_flask/templates/channels.html @@ -20,8 +20,9 @@ #channel_list { - display: grid; - grid-row-gap: 8px; + display: flex; + flex-direction: column; + row-gap: 8px; } .channel_card