diff --git a/css/_filmstrip.scss b/css/_filmstrip.scss index 6f936ab26..f45b9bfbd 100644 --- a/css/_filmstrip.scss +++ b/css/_filmstrip.scss @@ -51,10 +51,8 @@ height:196px; padding: 0; /* The filmstrip should not be covered by the left toolbar. */ - padding-left: $defaultToolbarSize + 5; bottom: 0; width:auto; - border: $thumbnailsBorder solid transparent; z-index: $filmstripVideosZ; transition: bottom 2s; overflow: visible !important; @@ -62,9 +60,10 @@ videos. */ font-size: 0pt; - #filmstripLocalVideo { - padding-left: 0; - } + &#remoteVideos { + border: $thumbnailsBorder solid transparent; + padding-left: $defaultToolbarSize + 5; + } &.hidden { bottom: -196px; diff --git a/css/_vertical_filmstrip_overrides.scss b/css/_vertical_filmstrip_overrides.scss index 5c2fcb6ee..49c8a683f 100644 --- a/css/_vertical_filmstrip_overrides.scss +++ b/css/_vertical_filmstrip_overrides.scss @@ -70,7 +70,7 @@ #remoteVideos { flex-direction: column-reverse; - height: 100%; + flex-grow: 1; } .videocontainer {