aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-03-26 09:39:23 +0200
committerChocobozzz <me@florianbigard.com>2018-03-26 09:39:23 +0200
commitabf1c5858e0579ab2ebce0fd67064c54ef3ae990 (patch)
treef59fab9e100b2ef1436a96e72f5a87ca9ce33124 /client/src/app
parent20acba1c3737bc3137f0efb0448e60c703ff7fd0 (diff)
downloadPeerTube-abf1c5858e0579ab2ebce0fd67064c54ef3ae990.tar.gz
PeerTube-abf1c5858e0579ab2ebce0fd67064c54ef3ae990.tar.zst
PeerTube-abf1c5858e0579ab2ebce0fd67064c54ef3ae990.zip
Fix responsive in videos watch
Diffstat (limited to 'client/src/app')
-rw-r--r--client/src/app/videos/+video-watch/video-watch.component.scss4
1 files changed, 2 insertions, 2 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 e6684e909..3446c34e3 100644
--- a/client/src/app/videos/+video-watch/video-watch.component.scss
+++ b/client/src/app/videos/+video-watch/video-watch.component.scss
@@ -314,7 +314,7 @@
314@media screen and (max-width: 1600px) { 314@media screen and (max-width: 1600px) {
315 .video-bottom { 315 .video-bottom {
316 .video-info { 316 .video-info {
317 margin-right: 0; 317 margin-right: 20px;
318 318
319 .video-info-first-row { 319 .video-info-first-row {
320 flex-direction: column; 320 flex-direction: column;
@@ -346,7 +346,7 @@
346 } 346 }
347} 347}
348 348
349@media screen and (max-width: 1200px) { 349@media screen and (max-width: 1400px) {
350 .other-videos { 350 .other-videos {
351 display: none; 351 display: none;
352 } 352 }