Skip to content

Commit 72b32d6

Browse files
1-MaX-7kyrie25
andauthored
feat(snippets): minecraft progress bar (#943)
Co-authored-by: Nam Anh <[email protected]>
1 parent fb98a29 commit 72b32d6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

resources/snippets.json

+6
Original file line numberDiff line numberDiff line change
@@ -484,5 +484,11 @@
484484
"description": "It will only show the album cover and the next song",
485485
"code": ".nw2W4ZMdICuBo08Tzxg9 { justify-content: center; height: 100%; width: 100%; } .main-nowPlayingView-section:not(.main-nowPlayingView-queue) {display: none !important}",
486486
"preview": "resources/assets/snippets/remove-the-artists-and-credits-sections-from-the-sidebar.png"
487+
},
488+
{
489+
"title": "Minecraft progress bar",
490+
"description": "Replaces the default progress bar with the minecraft XP bar",
491+
"code": ".playback-bar .x-progressBar-progressBarBg { height: 80% !important; background-image: url(https://i.imgur.com/di9J4K0.png) !important; background-size: cover; background-position: center; } .playback-bar .x-progressBar-sliderArea { height: 100% !important; } .playback-bar .x-progressBar-fillColor { height: 100% !Important; background: none; background-image: url(https://i.imgur.com/c7NB133.png)!important; background-size: cover; background-position: center; }",
492+
"preview": "resources/assets/snippets/XP-bar-pr.png"
487493
}
488494
]

0 commit comments

Comments
 (0)