aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/+video-watch/video-watch.component.scss
diff options
context:
space:
mode:
authorSimounet <contact@simounet.net>2018-06-25 19:13:47 +0200
committerChocobozzz <me@florianbigard.com>2018-06-28 14:29:01 +0200
commit9e01e51099c2949036f29d01f7305dff4d2b8748 (patch)
tree7890ced2279be4485a98ba47020515a01ebd083e /client/src/app/videos/+video-watch/video-watch.component.scss
parent52be30763fcab12b52d6a52d2c48b3caabb7e9f1 (diff)
downloadPeerTube-9e01e51099c2949036f29d01f7305dff4d2b8748.tar.gz
PeerTube-9e01e51099c2949036f29d01f7305dff4d2b8748.tar.zst
PeerTube-9e01e51099c2949036f29d01f7305dff4d2b8748.zip
Fix #576 - show 'Others videos' on a <1300px viewport
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.scss8
1 files changed, 7 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 ddd19e049..dfabdfa60 100644
--- a/client/src/app/videos/+video-watch/video-watch.component.scss
+++ b/client/src/app/videos/+video-watch/video-watch.component.scss
@@ -289,9 +289,11 @@
289 display: flex; 289 display: flex;
290 height: 100%; 290 height: 100%;
291 margin-bottom: 20px; 291 margin-bottom: 20px;
292 flex-wrap: wrap;
292 293
293 .video-miniature-information { 294 .video-miniature-information {
294 margin-left: 10px; 295 margin-left: 10px;
296 flex-grow: 1;
295 } 297 }
296 } 298 }
297 } 299 }
@@ -387,8 +389,12 @@
387} 389}
388 390
389@media screen and (max-width: 1300px) { 391@media screen and (max-width: 1300px) {
392 .video-bottom {
393 flex-direction: column;
394 }
395
390 .other-videos { 396 .other-videos {
391 display: none; 397 padding-left: 0;
392 } 398 }
393 399
394 .privacy-concerns { 400 .privacy-concerns {