From e1f7d4585ef1175894bd1720161acac0b699ac1b Mon Sep 17 00:00:00 2001 From: Leonard Kim Date: Mon, 25 Jun 2018 14:03:31 -0700 Subject: [PATCH] ref(filmstrip): move some video container overrides --- css/filmstrip/_vertical_filmstrip_overrides.scss | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/css/filmstrip/_vertical_filmstrip_overrides.scss b/css/filmstrip/_vertical_filmstrip_overrides.scss index 407f8a94f..ecbc895a4 100644 --- a/css/filmstrip/_vertical_filmstrip_overrides.scss +++ b/css/filmstrip/_vertical_filmstrip_overrides.scss @@ -14,11 +14,6 @@ min-width: 0; } - #etherpad, - #sharedvideo { - text-align: left; - } - .filmstrip { align-items: flex-end; box-sizing: border-box; @@ -137,6 +132,15 @@ } } +/** + * Overrides for video containers that should not be centered aligned to avoid= + * clashing with the filmstrip. + */ +.vertical-filmstrip #etherpad, +.vertical-filmstrip #sharedvideo { + text-align: left; +} + /** * Overrides for small videos in vertical filmstrip mode. */