Skip to content

Commit e431eaa

Browse files
Make shadow fit the art container (#924)
1 parent c5046d9 commit e431eaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/snippets.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@
188188
{
189189
"title": "Rotating Cover Art",
190190
"description": "Adds circular mask to cover art and rotation",
191-
"code": "@keyframes rotating {from {transform: rotate(0deg);}to {transform: rotate(360deg);}}.cover-art, .main-nowPlayingView-coverArtContainer::after, .main-nowPlayingView-coverArtContainer::before {animation: rotating 10s linear infinite;border-radius: 50%;}.cover-art {clip-path: circle(50% at 50% 50%);} .main-nowPlayingBar-left button {background: transparent;}",
191+
"code": "@keyframes rotating {from {transform: rotate(0deg);}to {transform: rotate(360deg);}}.cover-art, .main-nowPlayingView-coverArtContainer::after, .main-nowPlayingView-coverArtContainer::before {animation: rotating 10s linear infinite;border-radius: 50%;}.cover-art {clip-path: circle(50% at 50% 50%);} .main-nowPlayingBar-left button {background: transparent;} .main-nowPlayingView-coverArt {box-shadow:none; filter: drop-shadow(0 9px 9px rgba(0,0,0,.271));}",
192192
"preview": "resources/assets/snippets/rotating-coverart.png"
193193
},
194194
{

0 commit comments

Comments
 (0)