added brick type for media items, brick will now display the correct artwork
This commit is contained in:
parent
287f8a490b
commit
91664d2d91
4 changed files with 34 additions and 9 deletions
|
@ -2601,6 +2601,15 @@ input[type="range"].web-slider.display--small::-webkit-slider-thumb {
|
|||
width: 212px;
|
||||
}
|
||||
}
|
||||
|
||||
&.mediaitem-brick {
|
||||
height: 200px;
|
||||
width: 240px;
|
||||
.artwork {
|
||||
height: 123px;
|
||||
width: 220px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.cd-btn-seeall {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue