aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/angular/videos/components/watch/videos-watch.component.scss
diff options
context:
space:
mode:
Diffstat (limited to 'client/angular/videos/components/watch/videos-watch.component.scss')
-rw-r--r--client/angular/videos/components/watch/videos-watch.component.scss12
1 files changed, 11 insertions, 1 deletions
diff --git a/client/angular/videos/components/watch/videos-watch.component.scss b/client/angular/videos/components/watch/videos-watch.component.scss
index b6c2fc050..62ae8a126 100644
--- a/client/angular/videos/components/watch/videos-watch.component.scss
+++ b/client/angular/videos/components/watch/videos-watch.component.scss
@@ -1,5 +1,5 @@
1.embed-responsive { 1.embed-responsive {
2 height: 100%; 2 height: 500px;
3} 3}
4 4
5#video-loading { 5#video-loading {
@@ -28,3 +28,13 @@
28 from { -moz-transform: rotate(0deg);} 28 from { -moz-transform: rotate(0deg);}
29 to { -moz-transform: rotate(360deg);} 29 to { -moz-transform: rotate(360deg);}
30} 30}
31
32#torrent-info {
33 font-size: 10px;
34
35 div {
36 display: inline-block;
37 width: 33%;
38 text-align: center;
39 }
40}