fix(tile-view): stop using border on active-speaker, shadow only

The border changes the tile sizing, due to box-sizing, and that
messes with the video aspect ratio.
pootle^2 jitsi-meet_3307
Leonard Kim 6 years ago committed by yanas
parent 07ccb0a386
commit deb58798ba
  1. 5
      css/filmstrip/_tile_view.scss

@ -7,9 +7,7 @@
* see.
*/
.active-speaker {
border: $thumbnailVideoBorder solid $videoThumbnailSelected;
box-shadow: inset 0 0 3px $videoThumbnailSelected,
0 0 3px $videoThumbnailSelected;
box-shadow: 0 0 5px 3px $videoThumbnailSelected
}
#filmstripRemoteVideos {
@ -84,6 +82,7 @@
padding: 100px 0;
.videocontainer {
border: 0;
box-sizing: border-box;
display: block;
margin: 5px;

Loading…
Cancel
Save