Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion resources/snippets.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{
"title": "Sonic Dancing",
"description": "You get sonic dancing on your playback bar!",
"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'); }",
"code": ".player-controls .playback-progressbar .progress-bar::before { content: ''; width: 32px; height: 32px; bottom: calc(100%); left: var(--progress-bar-transform); position: absolute; transition: left var(--progress-bar-duration); image-rendering: pixelated; background-size: 32px 32px; background-image: url('https://media.tenor.com/pWqGD2PHY3kAAAAj/fortnite-dance-sonic.gif'); }",
"preview": "resources/assets/snippets/sonic-dancing.png"
},
{
Expand Down
Loading