Skip to content

Commit

Permalink
feat(snippets): more visible unplayable tracks (#732)
Browse files Browse the repository at this point in the history
  • Loading branch information
NeoNyaa committed Apr 14, 2024
1 parent bd45e3c commit 8e18943
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 @@ -370,5 +370,11 @@
"description": "Hides the Recently Played sections on the home page",
"code": ".view-homeShortcutsGrid-shortcuts, section[aria-label='Recently played'] {display:none;}",
"preview": "resources/assets/snippets/Hide-Recently-Played.png"
},
{
"title": "More Visible Unplayable Tracks",
"description": "Changes the background of unplayable tracks to make it easier to spot them in large playlists.",
"code": ".main-trackList-disabled{background:#f004}.main-trackList-disabled:focus-within,.main-trackList-disabled:hover{background:#f005}.main-trackList-disabled.main-trackList-selected,.main-trackList-disabled.main-trackList-selected:hover{background:#f006}",
"preview": "resources/assets/snippets/More-Visible-Unplayable-Tracks"
}
]

0 comments on commit 8e18943

Please sign in to comment.