From 67eed4e37639627a1ecc05ed34abdec9bcadb609 Mon Sep 17 00:00:00 2001 From: Ashley Date: Wed, 14 Dec 2022 15:34:38 +0000 Subject: [PATCH] ok im sorry --- css/poketube.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/css/poketube.css b/css/poketube.css index 4a8ae3d9..e7675314 100644 --- a/css/poketube.css +++ b/css/poketube.css @@ -321,7 +321,9 @@ a { .video-player-container { - max-width:inherit ; + max-width: max-content; margin: inherit; max-height: inherit; + + aspect-ratio: inherit; }