Skip to content

Commit

Permalink
Merge Beta to Main (#86)
Browse files Browse the repository at this point in the history
* ✨ feat: add new build system

also fix height of canvas right sidebar

* 🎨 chore: minify code remove unnecessary packages

* 🎨 chore: minify wrapped content js

* 🎨 chore: comply with biome

* 🐛 fix: local image dynamic color

* 🐛 fix: window control height in 1.2.46 above

* ✨ feat: do not clear local image when turned off

* 🐛 fix: window control height in 1.2.46 above

* 🐛 fix: equalizer svg, library padding#82

* 🐛 fix: background image not updating for some songs#85

* 🐛 fix: add class for image
  • Loading branch information
sanoojes committed Dec 21, 2024
1 parent 958656e commit def23eb
Show file tree
Hide file tree
Showing 2 changed files with 2,413 additions and 1 deletion.
2,401 changes: 2,400 additions & 1 deletion src/user.css

Large diffs are not rendered by default.

13 changes: 13 additions & 0 deletions styles/cards/right-sidebar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,19 @@
.MLbUPrgOa58_qsGikfRG {
pointer-events: auto !important;
}

.KYkSwfV1FCtD15TMChbH {
background-color: var(--spice-accent);
-webkit-mask-image: $equalizer-svg;
mask-image: $equalizer-svg;
height: 24px;
width: 24px;
img,
svg,
path {
visibility: hidden;
}
}
}

.compact-npv {
Expand Down

0 comments on commit def23eb

Please sign in to comment.