From aa7a5779028244b956b01cac964b7dd6253e6180 Mon Sep 17 00:00:00 2001 From: Ashley Date: Wed, 14 Dec 2022 15:32:18 +0000 Subject: [PATCH] make it better :p --- css/poketube.css | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/css/poketube.css b/css/poketube.css index 34289a85..4a8ae3d9 100644 --- a/css/poketube.css +++ b/css/poketube.css @@ -321,10 +321,7 @@ a { .video-player-container { - max-width: max-content; + max-width:inherit ; margin: inherit; - max-height: fit-content; - max-height: -moz-fit-content; - - aspect-ratio: inherit; + max-height: inherit; }