Skip to content

Commit 8743390

Browse files
Arteeedkyrie25
andauthored
feat(snippets): add ZeroTwo (#974)
Co-authored-by: Nam Anh <phamnamanh25@gmail.com>
1 parent d2d5b08 commit 8743390

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

11.8 KB
Loading

resources/snippets.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -502,5 +502,11 @@
502502
"description": "Hides the 'Scroll through previews of tracks' button from albums/playlists",
503503
"code": ".main-actionBar-exploreButton { display: none !important; }",
504504
"preview": "resources/assets/snippets/hide-scroll-through-previews.png"
505+
},
506+
{
507+
"title": "Jumping ZeroTwo",
508+
"description": "Adds ZeroTwo onto your progress bar.",
509+
"code": ".player-controls .playback-progressbar::before { content: ''; width: 32px; height: 32px; bottom: calc(100% - 4px); left: 10px; position: absolute; image-rendering: pixelated; background-size: 32px 32px; background-image: url('https://media.tenor.com/vuMDJNZY76sAAAAi/jumping-blushing.gif'); }",
510+
"preview": "resources/assets/snippets/jumping-zerotwo.png"
505511
}
506512
]

0 commit comments

Comments
 (0)