(css) optimize .other-videos width

pull/2356/head
Rigel Kent 2019-12-17 22:42:19 +01:00
parent ddefb8c9e5
commit c8277d7139
No known key found for this signature in database
GPG Key ID: 5E53E96A494E452F
2 changed files with 4 additions and 3 deletions

View File

@ -64,7 +64,6 @@ $more-margin-right: 10px;
.video-actions {
margin-top: 3px;
margin-right: $more-margin-right;
width: $more-button-width;
height: 30px;

View File

@ -406,9 +406,11 @@ $video-info-margin-left: 44px;
height: 100%;
margin-bottom: 20px;
flex-wrap: wrap;
}
.video-thumbnail {
margin-right: 10px
.video-bottom {
@media screen and (max-width: 1800px - (3* $video-miniature-width)) {
margin-left: 1rem;
}
}
}