aboutsummaryrefslogtreecommitdiff
path: root/static/app.css
diff options
context:
space:
mode:
authorSamuel Johnson <[email protected]>2025-12-10 21:18:00 -0500
committerSamuel Johnson <[email protected]>2025-12-10 21:18:00 -0500
commit0c12a3849da1d2d94f9697e0cfe5b196287dff03 (patch)
tree26e9bab89e7d97c05cf8ab89769b35c1a3727016 /static/app.css
parentf22d257768f7a257dd47cbebf93871ebd87aeb86 (diff)
Fix youtube embed functionality
Diffstat (limited to 'static/app.css')
-rw-r--r--static/app.css8
1 files changed, 7 insertions, 1 deletions
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);
}