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. */