We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c72318 commit da5638fCopy full SHA for da5638f
resources/assets/snippets/sonic-dancing.png
41 KB
resources/snippets.json
@@ -1,4 +1,10 @@
1
[
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
+ },
8
{
9
"title": "Remove Playlist Album Cover",
10
"description": "Remove the album cover from the playlist banner",
0 commit comments