Fix #576 - show 'Others videos' on a <1300px viewport
This commit is contained in:
parent
52be30763f
commit
9e01e51099
1 changed files with 7 additions and 1 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue