added force-video to mediaitem-square
This commit is contained in:
parent
63962f904b
commit
951053ed46
3 changed files with 43 additions and 4 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue