Commit de71b055 authored by Emiliano Balbuena's avatar Emiliano Balbuena

(fix): Pro video thumbnail container to use full height

1 merge request!708Pro video thumbnail container to use full height
Pipeline #105184218 passed with stages
in 47 minutes and 33 seconds
......@@ -19,6 +19,10 @@ m-pro--channel-tile {
> img {
object-fit: cover;
}
.m-videoPlayer__placeholder {
height: 100%;
}
}
.m-proChannelTile__text {
......
Please register or to comment