mirror of https://github.com/Chocobozzz/PeerTube
Disply other videos if screen >= 1300px
parent
2b084d7048
commit
23f4c3d412
|
@ -346,7 +346,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 1400px) {
|
||||
@media screen and (max-width: 1300px) {
|
||||
.other-videos {
|
||||
display: none;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue