Skip to content

Commit baef41a

Browse files
authored
feat: amogus dancing snippet (#706)
* Update snippets.json * Add files via upload
1 parent 03d55c1 commit baef41a

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed
1.27 KB
Loading

resources/snippets.json

+6
Original file line numberDiff line numberDiff line change
@@ -328,5 +328,11 @@
328328
"description": "Move the navigation panel to the right and the information sidebar to the left.",
329329
"code": ".Root__top-container .Root__nav-bar { grid-area: right-sidebar !important; } .Root__top-container .Root__right-sidebar { grid-area: left-sidebar !important; }",
330330
"preview": "resources/assets/snippets/switch-sidebars.png"
331+
},
332+
{
333+
"title": "Amogus Dancing",
334+
"description": "Adds dancing amogus onto your playback bar!",
335+
"code": ".player-controls .playback-progressbar::after { content: ""; width: 32px; height: 32px; bottom: calc(100% - 7px); right: 42px; /* Asegúrate de cambiar esto para que no se superponga con el otro GIF */ position: absolute; image-rendering: pixelated; background-size: 32px 32px; background-image: url('https://media3.giphy.com/media/v1.Y2lkPTc5MGI3NjExcHI5czk0Z2hvd2Eyd28xbnoxanFubXNvNnA3eHV0Z3R1Zm1sYjJ3ZCZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9cw/l3pvo4H9dg4BX4gueg/giphy.gif'); }",
336+
"preview": "resources/assets/snippets/amogus-dancing.png"
331337
}
332338
]

0 commit comments

Comments
 (0)