Merge pull request #1301 from jitsi/video-thumbnail-margin

Lower the margin between video thumbnails
This commit is contained in:
bgrozev 2017-02-09 11:43:55 -06:00 committed by GitHub
commit c26f9cc01f
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ $defaultToolbarSize: 50px;
$thumbnailToolbarHeight: 22px;
$thumbnailIndicatorBorder: 2px;
$thumbnailIndicatorSize: $thumbnailToolbarHeight;
$thumbnailVideoMargin: 5px;
$thumbnailVideoMargin: 2px;
$thumbnailsBorder: 2px;
$thumbnailVideoBorder: 2px;
$hideFilmstripButtonWidth: 17px;