mirror of
https://github.com/danbulant/dribbblish-dynamic-theme
synced 2026-07-05 11:11:13 +00:00
Update release-beta to output generated at 36fe1f5
This commit is contained in:
parent
184eaa70ff
commit
bc76d66a62
3 changed files with 2 additions and 5 deletions
2
VERSION
2
VERSION
|
|
@ -1 +1 @@
|
||||||
Beta-273a5b3
|
Beta-36fe1f5
|
||||||
|
|
|
||||||
|
|
@ -59248,7 +59248,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"}-${"273a5b3"}\`
|
Dribbblish: \`v${"Beta"}-${"36fe1f5"}\`
|
||||||
`,
|
`,
|
||||||
data: "Copy",
|
data: "Copy",
|
||||||
onChange: function () {
|
onChange: function () {
|
||||||
|
|
|
||||||
3
user.css
3
user.css
|
|
@ -1472,9 +1472,6 @@ html.sidebar-hide-text .GlueDropTarget span {
|
||||||
color: var(--spice-text);
|
color: var(--spice-text);
|
||||||
}
|
}
|
||||||
|
|
||||||
#main-trackInfo-year {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
#main[playbar-album-info=false] #main-trackInfo-year {
|
#main[playbar-album-info=false] #main-trackInfo-year {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue