From 6c9af6d81e6d5daaca7c232ca11ee61e0a007544 Mon Sep 17 00:00:00 2001 From: Kris Date: Wed, 6 Nov 2019 15:07:51 -0500 Subject: [PATCH] FIX: Too much blank padding in video oneboxes --- app/assets/stylesheets/desktop/topic-post.scss | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/app/assets/stylesheets/desktop/topic-post.scss b/app/assets/stylesheets/desktop/topic-post.scss index 0ec4d3446b5..4abaa8d21ac 100644 --- a/app/assets/stylesheets/desktop/topic-post.scss +++ b/app/assets/stylesheets/desktop/topic-post.scss @@ -495,6 +495,14 @@ video { max-height: 500px; } +.video { + // Height determined by aspect-ratio + max-height: 500px; + > video { + max-height: unset; + } +} + @-webkit-keyframes fadein { from { opacity: 0;