Skip to content

Commit

Permalink
fix(snippets): hide lyrics button (#606)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sakura125809 committed Oct 4, 2023
1 parent 286701e commit 08ac773
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/resources/snippets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ export default [
{
"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; }",
"code": "button.main-nowPlayingBar-lyricsButton { display: none; }",
"preview": "resources/assets/snippets/hide-lyrics-button.png",
},
];

0 comments on commit 08ac773

Please sign in to comment.