Skip to content

Commit 067ed1b

Browse files
authored
feat: (Snippets) Remove the artists and credits sections from the sidebar (#899)
1 parent 2957254 commit 067ed1b

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

303 KB
Loading

resources/snippets.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -472,5 +472,11 @@
472472
"description": "Remove all extra elements from now playing bar except song details",
473473
"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; }",
474474
"preview": "resources/assets/snippets/declutter-now-playing-bar.png"
475+
},
476+
{
477+
"title": "Remove the Artists and Credits sections from the Sidebar",
478+
"description": "It will only show the album cover and the next song",
479+
"code": ".nw2W4ZMdICuBo08Tzxg9 { justify-content: center; height: 100%; width: 100%; } .main-nowPlayingView-section:not(.main-nowPlayingView-queue) {display: none !important}",
480+
"preview": "resources/assets/snippets/remove-the-artists-and-credits-sections-from-the-sidebar.png"
475481
}
476482
]

0 commit comments

Comments
 (0)