From 95088724540c713b43b5555561ae4e772be49a5c 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; }