From 1f0215a908c3b447cef03c10d4b089c0788922bd Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 5 May 2017 16:08:43 +0200 Subject: Client: little refractoring --- client/src/app/videos/video-watch/video-watch.component.scss | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'client/src/app/videos/video-watch/video-watch.component.scss') 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 @@ .embed-responsive { height: 500px; + + @media screen and (max-width: 600px) { + height: 300px; + } } #torrent-info { @@ -25,12 +29,6 @@ } } -.embed-responsive { - @media screen and (max-width: 600px) { - height: 300px; - } -} - #video-info { .video-name-views { font-weight: bold; -- cgit v1.2.3