]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/videos/video-watch/video-watch.component.scss
Add loader indication when loading videos list
[github/Chocobozzz/PeerTube.git] / client / src / app / videos / video-watch / video-watch.component.scss
CommitLineData
e56b20f5
C
1my-loader {
2 display: block;
3 padding-top: 200px;
4 width: 100%;
5 text-align: center;
6}
7
cb11e775 8.embed-responsive {
9ced64e0 9 height: 500px;
cb11e775 10}
da932efc 11
9ced64e0
C
12#torrent-info {
13 font-size: 10px;
14
15 div {
16 display: inline-block;
17 width: 33%;
18 text-align: center;
19 }
20}