From 1e8801d8314873e23e67bdc71c7997fd45447aeb Mon Sep 17 00:00:00 2001 From: SendNukez Date: Sat, 4 Dec 2021 14:22:44 +0000 Subject: [PATCH] Update release-beta to output generated at 25b5b77 --- VERSION | 2 +- dribbblish-dynamic.js | 2 +- user.css | 4 ++++ 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index cee5d1e..7a08af2 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Beta-9e73497 +Beta-25b5b77 diff --git a/dribbblish-dynamic.js b/dribbblish-dynamic.js index d2c301d..d798175 100644 --- a/dribbblish-dynamic.js +++ b/dribbblish-dynamic.js @@ -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}\` 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"}\` - Dribbblish: \`v${"Beta"}-${"9e73497"}\` + Dribbblish: \`v${"Beta"}-${"25b5b77"}\` `, data: "Copy", onChange: function () { diff --git a/user.css b/user.css index 9612683..7d927d6 100644 --- a/user.css +++ b/user.css @@ -2029,6 +2029,10 @@ html.right-expanded-cover.buddyfeed-visible .main-coverSlotExpanded-container { color: var(--spice-sidebar-text) !important; } +.main-shelf-title { + font-family: var(--glue-font-family); +} + /* translucent background cover */ .Root__top-container::before { z-index: 3;