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; }