Fix overflow in playlist list

pull/2004/head
Chocobozzz 2019-08-02 11:31:33 +02:00
parent 58f3c3f109
commit b63331ec38
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 12 additions and 0 deletions

View File

@ -48,4 +48,16 @@
margin-top: 10px;
}
}
my-video-playlist-miniature ::ng-deep .miniature {
flex-direction: column;
.miniature-info {
margin-left: 0 !important;
}
.miniature-name {
max-width: $video-thumbnail-width;
}
}
}