stick to formatting

This commit is contained in:
SoNothing 2022-06-24 16:05:50 +08:00
parent e6ffb2af8c
commit 447545dd03
No known key found for this signature in database
GPG key ID: 89EFF63E1DBC0176

View file

@ -660,8 +660,8 @@
.playlist-hero {
width : 100%;
transform: translateX(+25%);
position: absolute;
transform : translateX(+25%);
position : absolute;
z-index : -1;
top : 0;
left : 0;
@ -669,8 +669,8 @@
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;
-webkit-mask-image: -webkit-radial-gradient(center, circle cover, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0) 75%);
border-radius : 0px;
}
}