this basically works
This commit is contained in:
parent
0ca0b34ff0
commit
d89a29ee95
3 changed files with 30 additions and 1 deletions
|
@ -658,6 +658,22 @@
|
|||
width : 100%;
|
||||
height : 100%;
|
||||
|
||||
.playlist-hero {
|
||||
width : 100%;
|
||||
transform: translateX(+25%);
|
||||
position: absolute;
|
||||
z-index : -1;
|
||||
top : 0;
|
||||
left : 0;
|
||||
right : 0;
|
||||
bottom : 0;
|
||||
|
||||
.mediaitem-artwork {
|
||||
-webkit-mask-image: -webkit-radial-gradient(center, circle cover, rgba(0,0,0,1) 50%, rgba(0,0,0,0) 75%);
|
||||
border-radius: 0px;
|
||||
}
|
||||
}
|
||||
|
||||
>.row {
|
||||
width: calc(100% - 32px);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue