1
0
Fork 0
peertube/client/src/app/videos/video-watch/video-watch.component.scss

27 lines
332 B
SCSS
Raw Normal View History

my-loader {
display: block;
padding-top: 200px;
width: 100%;
text-align: center;
}
2016-04-28 13:55:41 -04:00
.embed-responsive {
height: 500px;
2016-04-28 13:55:41 -04:00
}
2016-04-29 08:18:14 -04:00
#torrent-info {
font-size: 10px;
margin-top: 10px;
text-align: center;
div {
min-width: 60px;
}
}
.embed-responsive {
@media screen and (max-width: 600px) {
height: 300px;
}
}