From 0c12a3849da1d2d94f9697e0cfe5b196287dff03 Mon Sep 17 00:00:00 2001 From: Samuel Johnson Date: Wed, 10 Dec 2025 21:18:00 -0500 Subject: Fix youtube embed functionality --- static/app.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'static/app.css') diff --git a/static/app.css b/static/app.css index b5ff52a..fb2f330 100644 --- a/static/app.css +++ b/static/app.css @@ -117,7 +117,13 @@ input { background-color: rgba(255, 255, 255, 0.8); } -.video { +.video_container { + display: flex; + justify-content: center; +} + +iframe { + aspect-ratio: 16 / 9; width: 100% !important; background-color: rgba(0, 0, 0, 1.0); } -- cgit v1.2.3