Skip to content

Commit

Permalink
Revert "remove Always show forward button"
Browse files Browse the repository at this point in the history
This reverts commit 7b5c9d3.
  • Loading branch information
SunsetTechuila committed Dec 21, 2023
1 parent afeb2ca commit 460e367
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
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 @@ -89,6 +89,12 @@ export default [
"code": ".cover-art { clip-path: circle(50% at 50% 50%);}",
"preview": "resources/assets/snippets/circular-album-art.png",
},
{
"title": "Always show forward button",
"description": "The navigate forward button hides itself when the window width is smaller. This snipppet makes it so that it is always shown.",
"code": ".main-topBar-historyButtons .main-topBar-forward {\n display: inline-flex !important;\n}",
"preview": "resources/assets/snippets/always-show-forward.png",
},
{
"title": "Right Side Cover Art",
"description": "Cover art on right side with animation",
Expand Down

0 comments on commit 460e367

Please sign in to comment.