Skip to content

Commit

Permalink
feat: (Snippets) Remove the artists and credits sections from the sid…
Browse files Browse the repository at this point in the history
…ebar (#899)
  • Loading branch information
FoxyLoon authored Feb 18, 2025
1 parent 2957254 commit 067ed1b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
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 @@ -472,5 +472,11 @@
"description": "Remove all extra elements from now playing bar except song details",
"code": ".main-nowPlayingView-section{ display:none; } .main-nowPlayingView-aboutArtistV2{ display:none; } .nw2W4ZMdICuBo08Tzxg9 { justify-content: center; height: 100%; width: 100%; } .Loading{ display:none !important; } .LoadingLyricsCard{ display:none !important; } .f6_Fu_ei4TIJWR0wzvTk{ display:none !important; }",
"preview": "resources/assets/snippets/declutter-now-playing-bar.png"
},
{
"title": "Remove the Artists and Credits sections from the Sidebar",
"description": "It will only show the album cover and the next song",
"code": ".nw2W4ZMdICuBo08Tzxg9 { justify-content: center; height: 100%; width: 100%; } .main-nowPlayingView-section:not(.main-nowPlayingView-queue) {display: none !important}",
"preview": "resources/assets/snippets/remove-the-artists-and-credits-sections-from-the-sidebar.png"
}
]

0 comments on commit 067ed1b

Please sign in to comment.