]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/videos/video-watch/video-watch.component.scss
96420582ae831a6051ad39d932275eb021a41997
[github/Chocobozzz/PeerTube.git] / client / src / app / videos / video-watch / video-watch.component.scss
1 my-loader {
2 display: block;
3 padding-top: 200px;
4 width: 100%;
5 text-align: center;
6 }
7
8 .embed-responsive {
9 height: 500px;
10 }
11
12 #torrent-info {
13 font-size: 10px;
14 margin-top: 10px;
15 text-align: center;
16
17 div {
18 min-width: 60px;
19 }
20 }
21
22 .embed-responsive {
23 @media screen and (max-width: 600px) {
24 height: 300px;
25 }
26 }