Skip to content

Commit

Permalink
feat(snippets): smooth progress/volume bar (#594)
Browse files Browse the repository at this point in the history
Co-authored-by: Isaac Maier <[email protected]>
  • Loading branch information
Droidiar and theRealPadster authored Sep 9, 2023
1 parent bba371f commit b0b7b5d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Binary file added resources/assets/snippets/smooth-progress-bar.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 @@ -305,4 +305,10 @@ export default [
"code": ".Svg-presentation-essentialBase-small-icon-autoMirror {fill: var(--spice-text);} .TypeElement-mesto-textBase-type {color: var(--spice-text) !important;} .main-devicePicker-indicator {display: none !important;} .main-nowPlayingBar-container {height: 72px !important;} .main-connectBar-connectBar {position: absolute !important; align-items: center !important; top: 42px !important; height: 32px !important; align-self: center !important; background-color: transparent !important; width: 30% !important;}",
"preview": "resources/assets/snippets/fix-listening-on.png",
},
{
"title": "Smooth Progress/Volume bar",
"description": "Makes the Progress/Volume bar glide",
"code": ".x-progressBar-fillColor { transition: 500ms; } .progress-bar__slider { transition: 500ms; }",
"preview": "resources/assets/snippets/smooth-progress-bar.png",
},
];

0 comments on commit b0b7b5d

Please sign in to comment.