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 25b5b77
This commit is contained in:
parent
b9de898780
commit
1e8801d831
3 changed files with 6 additions and 2 deletions
2
VERSION
2
VERSION
|
|
@ -1 +1 @@
|
||||||
Beta-9e73497
|
Beta-25b5b77
|
||||||
|
|
|
||||||
|
|
@ -56681,7 +56681,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"}-${"9e73497"}\`
|
Dribbblish: \`v${"Beta"}-${"25b5b77"}\`
|
||||||
`,
|
`,
|
||||||
data: "Copy",
|
data: "Copy",
|
||||||
onChange: function () {
|
onChange: function () {
|
||||||
|
|
|
||||||
4
user.css
4
user.css
|
|
@ -2029,6 +2029,10 @@ html.right-expanded-cover.buddyfeed-visible .main-coverSlotExpanded-container {
|
||||||
color: var(--spice-sidebar-text) !important;
|
color: var(--spice-sidebar-text) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.main-shelf-title {
|
||||||
|
font-family: var(--glue-font-family);
|
||||||
|
}
|
||||||
|
|
||||||
/* translucent background cover */
|
/* translucent background cover */
|
||||||
.Root__top-container::before {
|
.Root__top-container::before {
|
||||||
z-index: 3;
|
z-index: 3;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue