(css) optimize .other-videos width
This commit is contained in:
parent
ddefb8c9e5
commit
c8277d7139
|
@ -64,7 +64,6 @@ $more-margin-right: 10px;
|
||||||
|
|
||||||
.video-actions {
|
.video-actions {
|
||||||
margin-top: 3px;
|
margin-top: 3px;
|
||||||
margin-right: $more-margin-right;
|
|
||||||
width: $more-button-width;
|
width: $more-button-width;
|
||||||
height: 30px;
|
height: 30px;
|
||||||
|
|
||||||
|
|
|
@ -406,9 +406,11 @@ $video-info-margin-left: 44px;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
|
}
|
||||||
|
|
||||||
.video-thumbnail {
|
.video-bottom {
|
||||||
margin-right: 10px
|
@media screen and (max-width: 1800px - (3* $video-miniature-width)) {
|
||||||
|
margin-left: 1rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue