mirror of
https://github.com/danbulant/dribbblish-dynamic-theme
synced 2026-06-19 06:31:09 +00:00
commit
f13a3c1ff9
3 changed files with 18 additions and 2 deletions
|
|
@ -31,4 +31,4 @@
|
||||||
"node-vibrant": "^3.1.6",
|
"node-vibrant": "^3.1.6",
|
||||||
"svgson": "^5.2.1"
|
"svgson": "^5.2.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -25,7 +25,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
// Hide download buttons
|
// Hide download buttons
|
||||||
.main-playButton-PlayButton.main-playButton-primary + button[role="switch"] {
|
.main-actionBar-ActionBarRow button[role="switch"] {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1324,3 +1324,19 @@ canvas[width="250"][height="250"] {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// fix albumn name font size (#171)
|
||||||
|
.main-trackInfo-release {
|
||||||
|
font-size: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
// fix play buttons color going green (#174)
|
||||||
|
.encore-bright-accent-set {
|
||||||
|
--background-highlight: var(--spice-button) !important;
|
||||||
|
--background-press: var(--spice-button-active) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
// hide the triangle under the connect button
|
||||||
|
.control-button--active::after {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue