1
0
Fork 0

Fix mobile miniature information margin

This commit is contained in:
Chocobozzz 2020-05-06 10:15:13 +02:00
parent 96d8d16e41
commit d056b01956
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 6 additions and 2 deletions

View File

@ -85,8 +85,12 @@ $more-margin-right: 15px;
}
@media screen and (max-width: $small-view) {
.video-miniature-information .video-miniature-name {
margin-top: 0;
.video-miniature-information {
margin: 0 10px;
.video-miniature-name {
margin-top: 0;
}
}
.video-actions {