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
1 changed files with 7 additions and 1 deletions

View File

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