aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/sass/include/_variables.scss
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-09-05 16:10:03 +0200
committerChocobozzz <me@florianbigard.com>2018-09-06 09:00:58 +0200
commit432e7ddcc8711d6a91719ff5d8fb5365bb0de806 (patch)
treed59462cdc96367e610ee8fc9b3cc142733890bb4 /client/src/sass/include/_variables.scss
parent66467298e636875c1d1016902a98624adf8bc242 (diff)
downloadPeerTube-432e7ddcc8711d6a91719ff5d8fb5365bb0de806.tar.gz
PeerTube-432e7ddcc8711d6a91719ff5d8fb5365bb0de806.tar.zst
PeerTube-432e7ddcc8711d6a91719ff5d8fb5365bb0de806.zip
Fix video player theatre mode
Diffstat (limited to 'client/src/sass/include/_variables.scss')
-rw-r--r--client/src/sass/include/_variables.scss2
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;