Skip to content

Commit

Permalink
feat(snippets): dancing duck (#549)
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcynas authored Jul 13, 2023
1 parent 7cd4695 commit 2af0a35
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Binary file added resources/assets/snippets/duck.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 src/resources/snippets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -275,4 +275,10 @@ export default [
"code": ".search-searchBrowse-SearchBrowse > section {display: none;}",
"preview": "resources/assets/snippets/hide-recent-searches.png",
},
{
"title": "Duck",
"description": "Adds dancing duck onto your playback bar!",
"code": "[class^='playback-']:not(.volume-bar__slider-container > .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://media1.giphy.com/media/v1.Y2lkPTc5MGI3NjExZzdsM2Y2aHh3cTQ2Z3JzbXAzMXJrZjdiM3IwMXhnaTFnc295ZnRkZCZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9cw/cCOVfFwDI3awdse5A3/giphy.gif'); }",
"preview": "resources/assets/snippets/duck.png",
},
];

0 comments on commit 2af0a35

Please sign in to comment.