Skip to content

Commit

Permalink
feat(snippets): hide lyrics button (#600)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sakura125809 authored Oct 4, 2023
1 parent 8d04c89 commit 286701e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Binary file added resources/assets/snippets/hide-lyrics-button.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 @@ -317,4 +317,10 @@ export default [
"code": ".lyrics-lyrics-contentWrapper { text-align: center; }",
"preview": "resources/assets/snippets/centered-lyrics.png",
},
{
"title": "Hide lyrics button",
"description": "Hides the lyrics button in the playbar",
"code": "button.Button-sc-1dqy6lx-0.Button-sm-16-buttonTertiary-iconOnly-useBrowserDefaultFocusStyle.main-genericButton-button { display: none; }",
"preview": "resources/assets/snippets/hide-lyrics-button.png",
},
];

0 comments on commit 286701e

Please sign in to comment.