Skip to content

Commit da5638f

Browse files
authored
feat(snippets): add sonic dancing (#916)
1 parent 1c72318 commit da5638f

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed
41 KB
Loading

resources/snippets.json

+6
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
[
2+
{
3+
"title": "Sonic Dancing",
4+
"description": "You get sonic dancing on your playback bar!",
5+
"code": ".player-controls .playback-progressbar::before { content: ''; width: 32px; height: 32px; bottom: calc(100% - 7px); right: 10px; position: absolute; image-rendering: pixelated; background-size: 32px 32px; background-image: url('https://media.tenor.com/pWqGD2PHY3kAAAAj/fortnite-dance-sonic.gif'); }",
6+
"preview": "resources/assets/snippets/sonic-dancing.png"
7+
},
28
{
39
"title": "Remove Playlist Album Cover",
410
"description": "Remove the album cover from the playlist banner",

0 commit comments

Comments
 (0)