diff options
author | Chocobozzz <me@florianbigard.com> | 2018-09-05 16:10:03 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-09-06 09:00:58 +0200 |
commit | 432e7ddcc8711d6a91719ff5d8fb5365bb0de806 (patch) | |
tree | d59462cdc96367e610ee8fc9b3cc142733890bb4 /client/src/sass/include | |
parent | 66467298e636875c1d1016902a98624adf8bc242 (diff) | |
download | PeerTube-432e7ddcc8711d6a91719ff5d8fb5365bb0de806.tar.gz PeerTube-432e7ddcc8711d6a91719ff5d8fb5365bb0de806.tar.zst PeerTube-432e7ddcc8711d6a91719ff5d8fb5365bb0de806.zip |
Fix video player theatre mode
Diffstat (limited to 'client/src/sass/include')
-rw-r--r-- | client/src/sass/include/_variables.scss | 2 |
1 files changed, 1 insertions, 1 deletions
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; | |||
44 | $video-thumbnail-height: 110px; | 44 | $video-thumbnail-height: 110px; |
45 | $video-thumbnail-width: 200px; | 45 | $video-thumbnail-width: 200px; |
46 | 46 | ||
47 | $theater-bottom-space: 85px; | 47 | $theater-bottom-space: 115px; |
48 | 48 | ||
49 | $input-background-color: $bg-color; | 49 | $input-background-color: $bg-color; |
50 | $input-placeholder-color: #898989; | 50 | $input-placeholder-color: #898989; |