mirror of https://github.com/Chocobozzz/PeerTube
Align other videos block on small screens
parent
d7639f66af
commit
1c66c35c55
|
@ -359,7 +359,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
/deep/ .other-videos {
|
/deep/ .other-videos {
|
||||||
padding-left: 1em;
|
padding-left: 15px;
|
||||||
width: 260px;
|
width: 260px;
|
||||||
|
|
||||||
.title-page {
|
.title-page {
|
||||||
|
@ -457,10 +457,6 @@ my-video-comments {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 1300px) {
|
@media screen and (max-width: 1300px) {
|
||||||
/deep/ .other-videos {
|
|
||||||
padding-left: 0 !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.privacy-concerns {
|
.privacy-concerns {
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
padding: 2px 5px;
|
padding: 2px 5px;
|
||||||
|
|
Loading…
Reference in New Issue