From dfb4bd55d8dc609175361346ba16f88e7c5f8ca7 Mon Sep 17 00:00:00 2001 From: Zuxxied Date: Tue, 22 Oct 2024 01:29:15 -0400 Subject: [PATCH] fix css in video list --- static/main.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/static/main.css b/static/main.css index a318a98..a702d3e 100644 --- a/static/main.css +++ b/static/main.css @@ -22,6 +22,8 @@ body { flex-direction: column; align-items: center; + overflow-x: hidden; + margin-top: 0; } @@ -221,7 +223,11 @@ video { width: 180px; height: 200px; - overflow-y: scroll; + overflow: hidden; +} +.video div { + max-height: 22px; + overflow: hidden; } .video img { width: 180px;