Skip to content

Commit

Permalink
fix(snippets): add new svg path for Hide now playing view button (#663
Browse files Browse the repository at this point in the history
)
  • Loading branch information
SunsetTechuila committed Nov 30, 2023
1 parent 26312e7 commit 8dad96f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/resources/snippets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -259,8 +259,8 @@ export default [
},
{
"title": "Hide now playing view button",
"description": "Hides the now playing view button in the playbar (only triggers after you click somewhere/do something)",
"code": "button.Button-sc-1dqy6lx-0.Button-sm-16-buttonTertiary-iconOnly-useBrowserDefaultFocusStyle.main-genericButton-button:has(span):has(svg):has(path[d='M11.196 8 6 5v6l5.196-3z']) {display: none;}",
"description": "Hides the now playing view button from the playbar",
"code": "button:has(path[d='M11.196 8 6 5v6l5.196-3z'], path[d='.966.783 1.75 1.75 1.75h10.5a1.75']) {display: none;}",
"preview": "resources/assets/snippets/hide-now-playing-view-button.png",
},
{
Expand Down

0 comments on commit 8dad96f

Please sign in to comment.