aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/video-watch/video-watch.component.scss
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/videos/video-watch/video-watch.component.scss')
-rw-r--r--client/src/app/videos/video-watch/video-watch.component.scss10
1 files changed, 4 insertions, 6 deletions
diff --git a/client/src/app/videos/video-watch/video-watch.component.scss b/client/src/app/videos/video-watch/video-watch.component.scss
index 767a3ed4e..789260a91 100644
--- a/client/src/app/videos/video-watch/video-watch.component.scss
+++ b/client/src/app/videos/video-watch/video-watch.component.scss
@@ -13,6 +13,10 @@
13 13
14.embed-responsive { 14.embed-responsive {
15 height: 500px; 15 height: 500px;
16
17 @media screen and (max-width: 600px) {
18 height: 300px;
19 }
16} 20}
17 21
18#torrent-info { 22#torrent-info {
@@ -25,12 +29,6 @@
25 } 29 }
26} 30}
27 31
28.embed-responsive {
29 @media screen and (max-width: 600px) {
30 height: 300px;
31 }
32}
33
34#video-info { 32#video-info {
35 .video-name-views { 33 .video-name-views {
36 font-weight: bold; 34 font-weight: bold;