(css) optimize .other-videos width
This commit is contained in:
parent
ddefb8c9e5
commit
c8277d7139
2 changed files with 4 additions and 3 deletions
|
@ -64,7 +64,6 @@ $more-margin-right: 10px;
|
|||
|
||||
.video-actions {
|
||||
margin-top: 3px;
|
||||
margin-right: $more-margin-right;
|
||||
width: $more-button-width;
|
||||
height: 30px;
|
||||
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue