diff options
Diffstat (limited to 'client/app/videos/video-watch/video-watch.component.scss')
-rw-r--r-- | client/app/videos/video-watch/video-watch.component.scss | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/client/app/videos/video-watch/video-watch.component.scss b/client/app/videos/video-watch/video-watch.component.scss new file mode 100644 index 000000000..1228d42f4 --- /dev/null +++ b/client/app/videos/video-watch/video-watch.component.scss | |||
@@ -0,0 +1,13 @@ | |||
1 | .embed-responsive { | ||
2 | height: 500px; | ||
3 | } | ||
4 | |||
5 | #torrent-info { | ||
6 | font-size: 10px; | ||
7 | |||
8 | div { | ||
9 | display: inline-block; | ||
10 | width: 33%; | ||
11 | text-align: center; | ||
12 | } | ||
13 | } | ||