Skip to content

Commit f880fa5

Browse files
authored
feat(snippet): add Remove Playlist Album Cover (#825)
1 parent fce70c6 commit f880fa5

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed
296 KB
Loading

resources/snippets.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
[
2+
{
3+
"title": "Remove Playlist Album Cover",
4+
"description": "Remove the album cover from the playlist banner",
5+
"code": ".main-entityHeader-imageContainer.main-entityHeader-imageContainerNew { display: none; }",
6+
"preview": "resources/assets/snippets/Remove-Playlist-Cover.png"
7+
},
28
{
39
"title": "Rounded 'Now Playing' Bar",
410
"description": "Adds rounded corners to the 'Now Playing' bar so it matches the rest of the User Interface.",

0 commit comments

Comments
 (0)