mirror of
https://github.com/danbulant/dribbblish-dynamic-theme
synced 2026-07-05 19:21:12 +00:00
Update release-beta to output generated at f13a3c1
This commit is contained in:
parent
d90eda43ee
commit
22b2bb3c0c
3 changed files with 16 additions and 3 deletions
2
VERSION
2
VERSION
|
|
@ -1 +1 @@
|
||||||
Beta-4c134a9
|
Beta-f13a3c1
|
||||||
|
|
|
||||||
|
|
@ -59291,7 +59291,7 @@ Dribbblish.on("ready", () => {
|
||||||
OS: \`${(0,_Util__WEBPACK_IMPORTED_MODULE_5__.capitalizeFirstLetter)(Spicetify.Platform.PlatformData.os_name)} v${Spicetify.Platform.PlatformData.os_version}\`
|
OS: \`${(0,_Util__WEBPACK_IMPORTED_MODULE_5__.capitalizeFirstLetter)(Spicetify.Platform.PlatformData.os_name)} v${Spicetify.Platform.PlatformData.os_version}\`
|
||||||
Spotify: \`v${Spicetify.Platform.PlatformData.event_sender_context_information?.client_version_string ?? Spicetify.Platform.PlatformData.client_version_triple}\`
|
Spotify: \`v${Spicetify.Platform.PlatformData.event_sender_context_information?.client_version_string ?? Spicetify.Platform.PlatformData.client_version_triple}\`
|
||||||
Spicetify: \`${Spicetify.version != null ? `v${Spicetify.version}` : "< v2.7.3"}\`
|
Spicetify: \`${Spicetify.version != null ? `v${Spicetify.version}` : "< v2.7.3"}\`
|
||||||
Dribbblish: \`v${"Beta"}-${"4c134a9"}\`
|
Dribbblish: \`v${"Beta"}-${"f13a3c1"}\`
|
||||||
`,
|
`,
|
||||||
data: "Copy",
|
data: "Copy",
|
||||||
onChange: function () {
|
onChange: function () {
|
||||||
|
|
|
||||||
15
user.css
15
user.css
|
|
@ -630,7 +630,7 @@ input[type=color] {
|
||||||
#main[hide-ads~=premium] .volume-bar + .control-button {
|
#main[hide-ads~=premium] .volume-bar + .control-button {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
#main[hide-ads~=premium] .main-playButton-PlayButton.main-playButton-primary + button[role=switch] {
|
#main[hide-ads~=premium] .main-actionBar-ActionBarRow button[role=switch] {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -2119,3 +2119,16 @@ canvas[width="250"][height="250"] {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.main-trackInfo-release {
|
||||||
|
font-size: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.encore-bright-accent-set {
|
||||||
|
--background-highlight: var(--spice-button) !important;
|
||||||
|
--background-press: var(--spice-button-active) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.control-button--active::after {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
Loading…
Reference in a new issue