From a64668c024c84f2b0a01357d05092064f17ffd4e Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 19 Jul 2016 16:45:07 +0200 Subject: Client: try to make it work with Android Firefox --- client/src/app/videos/video-watch/video-watch.component.scss | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 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 474de74d9..96420582a 100644 --- a/client/src/app/videos/video-watch/video-watch.component.scss +++ b/client/src/app/videos/video-watch/video-watch.component.scss @@ -11,10 +11,16 @@ my-loader { #torrent-info { font-size: 10px; + margin-top: 10px; + text-align: center; div { - display: inline-block; - width: 33%; - text-align: center; + min-width: 60px; + } +} + +.embed-responsive { + @media screen and (max-width: 600px) { + height: 300px; } } -- cgit v1.2.3