diff options
author | Chocobozzz <me@florianbigard.com> | 2019-02-20 11:42:30 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2019-02-20 11:42:30 +0100 |
commit | bbe697cac4eef0070303f0cb96a013049cb5b837 (patch) | |
tree | 84efbfa9b99db61d3b9d6308740cd5c5e3054da0 /client/src/app/videos | |
parent | 96cb4527f13f71024d27e2ac0383501b7b3b5a05 (diff) | |
download | PeerTube-bbe697cac4eef0070303f0cb96a013049cb5b837.tar.gz PeerTube-bbe697cac4eef0070303f0cb96a013049cb5b837.tar.zst PeerTube-bbe697cac4eef0070303f0cb96a013049cb5b837.zip |
Increase player default size to 66vh
Diffstat (limited to 'client/src/app/videos')
-rw-r--r-- | client/src/app/videos/+video-watch/video-watch.component.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/src/app/videos/+video-watch/video-watch.component.scss b/client/src/app/videos/+video-watch/video-watch.component.scss index cfe3533b6..33d77e62c 100644 --- a/client/src/app/videos/+video-watch/video-watch.component.scss +++ b/client/src/app/videos/+video-watch/video-watch.component.scss | |||
@@ -40,8 +40,8 @@ $other-videos-width: 260px; | |||
40 | } | 40 | } |
41 | 41 | ||
42 | /deep/ .video-js { | 42 | /deep/ .video-js { |
43 | width: 888px; | 43 | width: calc(66vh * 1.77); |
44 | height: 500px; | 44 | height: 66vh; |
45 | 45 | ||
46 | &.vjs-theater-enabled { | 46 | &.vjs-theater-enabled { |
47 | height: calc(100vh - #{$header-height} - #{$theater-bottom-space}); | 47 | height: calc(100vh - #{$header-height} - #{$theater-bottom-space}); |