]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/standalone/videos/embed.scss
Add ability to set a start time
[github/Chocobozzz/PeerTube.git] / client / src / standalone / videos / embed.scss
CommitLineData
7bfd1b1e
C
1@import '_variables';
2@import '_mixins';
202e7223
C
3@import '~video.js/dist/video-js.css';
4@import '~videojs-dock/dist/videojs-dock.css';
5@import '../../sass/video-js-custom.scss';
6
7video {
8 width: 99%;
9}
10
11/* fill the entire space */
12html, body {
13 height: 100%;
14 margin: 0;
33d78552 15 background-color: #000;
202e7223
C
16}
17
86f278cb 18.video-js.vjs-peertube-skin {
202e7223
C
19 width: 100%;
20 height: 100%;
3d09cdbf 21 overflow: hidden;
202e7223 22
86f278cb
C
23 .vjs-poster {
24 background-size: 100% auto;
25 }
9e6b41cc 26
86f278cb
C
27 @media screen and (max-width: 350px) {
28 .vjs-play-control {
29 padding: 0 5px !important;
30 width: 25px !important;
31 }
32
33 .vjs-volume-control {
34 display: none !important;
35 }
36
37 .vjs-volume-panel {
38 width: 26px !important;
86f278cb
C
39 }
40
41 .vjs-peertube-link {
42 padding: 0;
43 }
9e6b41cc 44 }
202e7223 45}