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

View File

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