Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(snippet): Add 'Hide liked songs card' snippet #371

Merged
merged 5 commits into from Nov 7, 2022
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions packages/marketplace/src/resources/snippets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -161,4 +161,10 @@ export default [
"code": `@keyframes rotating { from { transform: rotate(0deg); } to { transform: rotate(360deg); }} .cover-art { animation: rotating 2s linear infinite; clip-path: circle(50% at 50% 50%);}`,
"preview": "resources/assets/snippets/rotating-coverart",
},
{
"title": "Hide liked songs card",
"description": "Hides the sometimes unfitting liked Songs card in the Your Libary tab",
"code": ".collection-collectionEntityHeroCard-likedSongs{ display: none; }",
"preview": "resources/assets/snippets/hide-likedSongs-card.png",
}
This conversation was marked as resolved.
Show resolved Hide resolved
];
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.