From 432e7ddcc8711d6a91719ff5d8fb5365bb0de806 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 5 Sep 2018 16:10:03 +0200 Subject: Fix video player theatre mode --- client/src/sass/include/_variables.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/src/sass/include') diff --git a/client/src/sass/include/_variables.scss b/client/src/sass/include/_variables.scss index 6ea48f800..cb6061f45 100644 --- a/client/src/sass/include/_variables.scss +++ b/client/src/sass/include/_variables.scss @@ -44,7 +44,7 @@ $footer-border-color: $header-border-color; $video-thumbnail-height: 110px; $video-thumbnail-width: 200px; -$theater-bottom-space: 85px; +$theater-bottom-space: 115px; $input-background-color: $bg-color; $input-placeholder-color: #898989; -- cgit v1.2.3