mirror of https://github.com/Chocobozzz/PeerTube
Fix responsive in videos watch
parent
20acba1c37
commit
abf1c5858e
|
@ -314,7 +314,7 @@
|
||||||
@media screen and (max-width: 1600px) {
|
@media screen and (max-width: 1600px) {
|
||||||
.video-bottom {
|
.video-bottom {
|
||||||
.video-info {
|
.video-info {
|
||||||
margin-right: 0;
|
margin-right: 20px;
|
||||||
|
|
||||||
.video-info-first-row {
|
.video-info-first-row {
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
@ -346,7 +346,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 1200px) {
|
@media screen and (max-width: 1400px) {
|
||||||
.other-videos {
|
.other-videos {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue