Skip to content

Commit

Permalink
feat(snippets): add circular shadow fix for album art (#869)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sooperfish authored Jan 2, 2025
1 parent 36187e4 commit 82e9c02
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 resources/snippets.json
Original file line number Diff line number Diff line change
Expand Up @@ -448,5 +448,11 @@
"description": "Makes the progress bar and volume bar thicker and rounded, inspired by Thicker Bars snippet.",
"code": ".x-progressBar-progressBarBg { height: 100% !important; --progress-bar-radius: 10px !important;} .x-progressBar-sliderArea { height: 100% !important; } .x-progressBar-fillColor { height: 100% !important; }",
"preview": "resources/assets/snippets/Rounded-Thicker-Bars.png"
},
{
"title": "Circular shadow fix for album art",
"description": "Fixes the square shadow you get in some setups when you have any sort of circular album art snippet installed.",
"code": ".main-nowPlayingView-nowPlayingWidget > div > div:nth-child(1) > div { box-shadow: none !important; } .main-nowPlayingView-coverArt { border-radius: 192px; overflow: hidden; }",
"preview": "resources/assets/snippets/Circular-Shadow-fix-for-album-art.png"
}
]

0 comments on commit 82e9c02

Please sign in to comment.