Skip to content

Commit

Permalink
feat(snippets): centered-lyrics (#603)
Browse files Browse the repository at this point in the history
  • Loading branch information
SunsetTechuila authored Oct 3, 2023
1 parent bd64675 commit 85220c6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Binary file added resources/assets/snippets/centered-lyrics.png
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 src/resources/snippets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -311,4 +311,10 @@ export default [
"code": ".x-progressBar-fillColor { transition: 500ms; } .progress-bar__slider { transition: 500ms; }",
"preview": "resources/assets/snippets/smooth-progress-bar.png",
},
{
"title": "Centered Lyrics",
"description": "Centers the lyrics on the lyrics page",
"code": ".lyrics-lyrics-contentWrapper { text-align: center; }",
"preview": "resources/assets/snippets/centered-lyrics.png",
},
];

0 comments on commit 85220c6

Please sign in to comment.