diff --git a/package.json b/package.json index da9c4d5..380b035 100644 --- a/package.json +++ b/package.json @@ -31,4 +31,4 @@ "node-vibrant": "^3.1.6", "svgson": "^5.2.1" } -} +} \ No newline at end of file diff --git a/src/styles/NoAds.scss b/src/styles/NoAds.scss index 8287155..1485cef 100644 --- a/src/styles/NoAds.scss +++ b/src/styles/NoAds.scss @@ -25,7 +25,7 @@ } // Hide download buttons - .main-playButton-PlayButton.main-playButton-primary + button[role="switch"] { + .main-actionBar-ActionBarRow button[role="switch"] { display: none; } } diff --git a/src/styles/main.scss b/src/styles/main.scss index bd68fc3..847c099 100644 --- a/src/styles/main.scss +++ b/src/styles/main.scss @@ -1324,3 +1324,14 @@ canvas[width="250"][height="250"] { display: flex; justify-content: center; } + +// fix albumn name font size (#171) +.main-trackInfo-release { + font-size: 10px; +} + +// fix play buttons color going green +.encore-bright-accent-set { + --background-highlight: var(--spice-button) !important; + --background-press: var(--spice-button-active) !important; +}