Skip to content

Commit 6b305d2

Browse files
authored
feat(snippets): pokemon adventure snippet (#716)
1 parent f9058cc commit 6b305d2

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

4.24 KB
Loading

resources/snippets.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -334,5 +334,11 @@
334334
"description": "Adds dancing amogus onto your playback bar!",
335335
"code": ".player-controls .playback-progressbar::after { content: ''; width: 32px; height: 32px; bottom: calc(100% - 7px); right: 42px; position: absolute; image-rendering: pixelated; background-size: 32px 32px; background-image: url('https://media3.giphy.com/media/v1.Y2lkPTc5MGI3NjExcHI5czk0Z2hvd2Eyd28xbnoxanFubXNvNnA3eHV0Z3R1Zm1sYjJ3ZCZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9cw/l3pvo4H9dg4BX4gueg/giphy.gif'); }",
336336
"preview": "resources/assets/snippets/amogus-dancing.png"
337+
},
338+
{
339+
"title": "Pokémon Adventure",
340+
"description": "Adds Ash and Pikachu to your playback bar!",
341+
"code": ".player-controls .playback-progressbar::before { content: ''; width: 42px ; height: 42px; bottom: calc(100% - 7px); right: 10px; position: absolute; image-rendering: pixelated; background-size: 42px 42px ; background-image: url('https://i.giphy.com/mFYJZxzy2SFqC8YSWd.webp'); }",
342+
"preview": "resources/assets/snippets/pokemon-adventure.png"
337343
}
338344
]

0 commit comments

Comments
 (0)