stick to formatting
This commit is contained in:
parent
e6ffb2af8c
commit
447545dd03
1 changed files with 10 additions and 10 deletions
|
@ -660,8 +660,8 @@
|
||||||
|
|
||||||
.playlist-hero {
|
.playlist-hero {
|
||||||
width : 100%;
|
width : 100%;
|
||||||
transform: translateX(+25%);
|
transform : translateX(+25%);
|
||||||
position: absolute;
|
position : absolute;
|
||||||
z-index : -1;
|
z-index : -1;
|
||||||
top : 0;
|
top : 0;
|
||||||
left : 0;
|
left : 0;
|
||||||
|
@ -669,8 +669,8 @@
|
||||||
bottom : 0;
|
bottom : 0;
|
||||||
|
|
||||||
.mediaitem-artwork {
|
.mediaitem-artwork {
|
||||||
-webkit-mask-image: -webkit-radial-gradient(center, circle cover, rgba(0,0,0,1) 50%, rgba(0,0,0,0) 75%);
|
-webkit-mask-image: -webkit-radial-gradient(center, circle cover, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0) 75%);
|
||||||
border-radius: 0px;
|
border-radius : 0px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue