Skip to content

Commit

Permalink
4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienMaille authored Oct 23, 2023
1 parent e29f233 commit 914eb12
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion default-dynamic.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
let current = "4.6";
let current = "4.7";

function waitForElement(els, func, timeout = 100) {
const queries = els.map((el) => document.querySelector(el));
Expand Down
5 changes: 5 additions & 0 deletions user.css
Original file line number Diff line number Diff line change
Expand Up @@ -378,6 +378,11 @@ option {
--background-elevated-base: var(--spice-text) !important;
}

/* Playlist filter pills */
.ChipInnerComponent-selected-secondary {
background: var(--essential-subdued) !important;
}

/* optional mode with emphasized background */
@container style(--spice-contrast: #010101) {
#main::before,
Expand Down

0 comments on commit 914eb12

Please sign in to comment.