Skip to content

Commit ae69995

Browse files
authored
feat(snippet): add snippet to declutter now playing bar (#864)
1 parent 680c8f2 commit ae69995

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

1.12 MB
Loading

resources/snippets.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -454,5 +454,11 @@
454454
"description": "Fixes the square shadow you get in some setups when you have any sort of circular album art snippet installed.",
455455
"code": ".main-nowPlayingView-nowPlayingWidget > div > div:nth-child(1) > div { box-shadow: none !important; } .main-nowPlayingView-coverArt { border-radius: 192px; overflow: hidden; }",
456456
"preview": "resources/assets/snippets/Circular-Shadow-fix-for-album-art.png"
457+
},
458+
{
459+
"title": "Declutter now playing bar",
460+
"description": "Remove all extra elements from now playing bar except song details",
461+
"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; }",
462+
"preview": "resources/assets/snippets/declutter-now-playing-bar.png"
457463
}
458464
]

0 commit comments

Comments
 (0)