Skip to content

Commit

Permalink
feat(snippets): pokemon adventure snippet (#716)
Browse files Browse the repository at this point in the history
  • Loading branch information
aradhana1807 authored Mar 31, 2024
1 parent f9058cc commit 6b305d2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Binary file added resources/assets/snippets/pokemon-adventure.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions resources/snippets.json
Original file line number Diff line number Diff line change
Expand Up @@ -334,5 +334,11 @@
"description": "Adds dancing amogus onto your playback bar!",
"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'); }",
"preview": "resources/assets/snippets/amogus-dancing.png"
},
{
"title": "Pokémon Adventure",
"description": "Adds Ash and Pikachu to your playback bar!",
"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'); }",
"preview": "resources/assets/snippets/pokemon-adventure.png"
}
]

0 comments on commit 6b305d2

Please sign in to comment.