diff options
author | Chocobozzz <me@florianbigard.com> | 2018-03-29 08:49:34 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-03-29 08:49:34 +0200 |
commit | 23f4c3d412974fa5fda52589d1192e098e260f1a (patch) | |
tree | 50937146ffdb08733296970ffdc7b99a5e4dfdf4 /client/src | |
parent | 2b084d7048a2d8a571d601916bdd21cef3a36311 (diff) | |
download | PeerTube-23f4c3d412974fa5fda52589d1192e098e260f1a.tar.gz PeerTube-23f4c3d412974fa5fda52589d1192e098e260f1a.tar.zst PeerTube-23f4c3d412974fa5fda52589d1192e098e260f1a.zip |
Disply other videos if screen >= 1300px
Diffstat (limited to 'client/src')
-rw-r--r-- | client/src/app/videos/+video-watch/video-watch.component.scss | 2 |
1 files changed, 1 insertions, 1 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 3446c34e3..10993735b 100644 --- a/client/src/app/videos/+video-watch/video-watch.component.scss +++ b/client/src/app/videos/+video-watch/video-watch.component.scss | |||
@@ -346,7 +346,7 @@ | |||
346 | } | 346 | } |
347 | } | 347 | } |
348 | 348 | ||
349 | @media screen and (max-width: 1400px) { | 349 | @media screen and (max-width: 1300px) { |
350 | .other-videos { | 350 | .other-videos { |
351 | display: none; | 351 | display: none; |
352 | } | 352 | } |