1
0
Fork 0

Fix #576 - show 'Others videos' on a <1300px viewport

This commit is contained in:
Simounet 2018-06-25 19:13:47 +02:00 committed by Chocobozzz
parent 52be30763f
commit 9e01e51099

View file

@ -289,9 +289,11 @@
display: flex; display: flex;
height: 100%; height: 100%;
margin-bottom: 20px; margin-bottom: 20px;
flex-wrap: wrap;
.video-miniature-information { .video-miniature-information {
margin-left: 10px; margin-left: 10px;
flex-grow: 1;
} }
} }
} }
@ -387,8 +389,12 @@
} }
@media screen and (max-width: 1300px) { @media screen and (max-width: 1300px) {
.video-bottom {
flex-direction: column;
}
.other-videos { .other-videos {
display: none; padding-left: 0;
} }
.privacy-concerns { .privacy-concerns {