]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/videos/video-watch/video-watch.component.scss
Merge branch 'webseed'
[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;
a64668c0
C
14 margin-top: 10px;
15 text-align: center;
9ced64e0
C
16
17 div {
a64668c0
C
18 min-width: 60px;
19 }
20}
21
22.embed-responsive {
23 @media screen and (max-width: 600px) {
24 height: 300px;
9ced64e0
C
25 }
26}