added force-video to mediaitem-square

This commit is contained in:
booploops 2022-02-17 19:31:17 -08:00
parent 63962f904b
commit 951053ed46
3 changed files with 43 additions and 4 deletions

View file

@ -924,6 +924,31 @@
}
}
.replay-playlist-container {
.cd-mediaitem-square {
height: 230px;
width: 230px;
.info-rect {
display: none;
}
}
}
.replay-video {
max-height: 300px;
max-width: 800px;
margin: 0 auto;
.mediaitem-artwork {
max-height: 300px;
max-width: 800px;
}
.mediaitem-artwork .animatedartwork-view-box .animated video {
object-fit: cover;
}
}
.top-genres-container {
.genre-name {