aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/video-watch/video-watch.component.scss
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2016-07-19 16:45:07 +0200
committerChocobozzz <florian.bigard@gmail.com>2016-07-19 16:45:07 +0200
commita64668c024c84f2b0a01357d05092064f17ffd4e (patch)
tree14992a54b593d172fb45612ccf2db81ac02218f7 /client/src/app/videos/video-watch/video-watch.component.scss
parentf9f5478ca0778d0f64495bb05e19907582326fd1 (diff)
downloadPeerTube-a64668c024c84f2b0a01357d05092064f17ffd4e.tar.gz
PeerTube-a64668c024c84f2b0a01357d05092064f17ffd4e.tar.zst
PeerTube-a64668c024c84f2b0a01357d05092064f17ffd4e.zip
Client: try to make it work with Android Firefox
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.scss12
1 files changed, 9 insertions, 3 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 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 {
11 11
12#torrent-info { 12#torrent-info {
13 font-size: 10px; 13 font-size: 10px;
14 margin-top: 10px;
15 text-align: center;
14 16
15 div { 17 div {
16 display: inline-block; 18 min-width: 60px;
17 width: 33%; 19 }
18 text-align: center; 20}
21
22.embed-responsive {
23 @media screen and (max-width: 600px) {
24 height: 300px;
19 } 25 }
20} 26}