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

fix(snippets): circular album art #559

Merged
merged 1 commit into from
Jul 29, 2023
Merged

fix(snippets): circular album art #559

merged 1 commit into from
Jul 29, 2023

Conversation

Ult227
Copy link
Contributor

@Ult227 Ult227 commented Jul 29, 2023

Updated the CSS code for the circular album art snippet I wrote last year (the one that does not rotate). Edited snippets.ts with the updated code.

Here's the segment with the new code for the existing snippet:
{
"title": "Circular Album Art",
"description": "Makes the now playing album art be circular (like a vinyl) without image rotation",
"code": ".cover-art { clip-path: circle(50% at 50% 50%);}",
"preview": "resources/assets/snippets/circular-album-art.png",
},

@Ult227 Ult227 requested a review from a team as a code owner July 29, 2023 06:51
@Ult227 Ult227 requested review from theRealPadster and removed request for a team July 29, 2023 06:51
@Ult227 Ult227 changed the title Updated circular album art snippet fix(snippets): Updated circular album art snippet Jul 29, 2023
@Ult227 Ult227 changed the title fix(snippets): Updated circular album art snippet feat(snippets): Updated circular album art snippet Jul 29, 2023
@Ult227 Ult227 changed the title feat(snippets): Updated circular album art snippet feat(snippets): updated circular album art snippet Jul 29, 2023
@kyrie25 kyrie25 changed the title feat(snippets): updated circular album art snippet fix(snippets): circular album art Jul 29, 2023
@kyrie25 kyrie25 merged commit 1f3a250 into spicetify:main Jul 29, 2023
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants