diff --git a/frontends/ycdl_flask/templates/channel.html b/frontends/ycdl_flask/templates/channel.html index d1ee01b..4304dbc 100644 --- a/frontends/ycdl_flask/templates/channel.html +++ b/frontends/ycdl_flask/templates/channel.html @@ -22,6 +22,9 @@ } #video_cards { + display: flex; + flex-direction: column; + row-gap: 8px; } .video_card { @@ -33,7 +36,6 @@ /auto 1fr auto; grid-gap: 4px; - margin: 8px 0; padding: 8px; border-radius: 4px;