Skip to content

Commit

Permalink
feat(snippets): remove outdated snippets (#675)
Browse files Browse the repository at this point in the history
  • Loading branch information
SunsetTechuila authored Dec 24, 2023
1 parent 700bb74 commit e698b5c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
Binary file removed resources/assets/snippets/hide-podcast-tab.png
Binary file not shown.
12 changes: 0 additions & 12 deletions src/resources/snippets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,6 @@ export default [
"code": ".main-yourEpisodesButton-yourEpisodesIcon { background: var(--spice-text); color: var(--spice-sidebar); }",
"preview": "resources/assets/snippets/fixed-episodes-icon.png",
},
// {
// "title": "Fix 'Made For You' Icon",
// "description": "Fix the colours of the Made For You icon",
// "code": ".utp540VMXpC3bYIxo9wy {\n color: var(--spice-sidebar);\n background: var(--spice-text);\n opacity: 1;\n}\n.t6d9Hf7maqFPHp1Y02VR {\n color: var(--spice-text);\n}",
// "preview": "https://placekitten.com/200/200",
// },
{
"title": "Fix 'Liked' Icon",
"description": "Fix the colours of the Liked icon in sidebar",
Expand Down Expand Up @@ -239,12 +233,6 @@ export default [
"code": ".npv-up-next.fade-in-and-out-transition-enter-done {display: none;}",
"preview": "resources/assets/snippets/fullscreen-hide-next-up.png",
},
{
"title": "Hide podcast tab",
"description": "Hides the podcast tab in Your Library",
"code": "[href='/collection/podcasts'] {display: none;}",
"preview": "resources/assets/snippets/hide-podcast-tab.png",
},
{
"title": "Hide profile username",
"description": "Hides your username next to your profile picture",
Expand Down

0 comments on commit e698b5c

Please sign in to comment.