]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/videos/video-watch/video-watch.component.scss
474de74d92a5225d735cdfb79433e4ecbb8bbd2d
[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
15 div {
16 display: inline-block;
17 width: 33%;
18 text-align: center;
19 }
20 }