diff --git a/dribbblish-dynamic.js b/dribbblish-dynamic.js index cc941b6..59cb087 100644 --- a/dribbblish-dynamic.js +++ b/dribbblish-dynamic.js @@ -231,7 +231,7 @@ async function songchange() { album_date = album_date.toLocaleString('default', album_date>recent_date ? { year: 'numeric', month: 'short' } : { year: 'numeric' }) album_link = ""+Spicetify.Player.data.track.metadata.album_title+"" - nearArtistSpanText = album_link + " — " + album_date + nearArtistSpanText = album_link + " • " + album_date } else if (Spicetify.Player.data.track.uri.includes('spotify:episode')) { // podcast bgImage = bgImage.replace('spotify:image:', 'https://i.scdn.co/image/') @@ -342,4 +342,4 @@ document.styleSheets[0].addRule('.Root__top-container::before', opacity: calc(0.07 + 0.03 * var(--is_light, 0)); z-index: +3;`) -document.documentElement.style.setProperty('--warning_message', ' '); \ No newline at end of file +document.documentElement.style.setProperty('--warning_message', ' '); diff --git a/user.css b/user.css index 6a2ed0f..26646bd 100644 --- a/user.css +++ b/user.css @@ -249,6 +249,7 @@ span.artist-artistVerifiedBadge-badge svg > path:last-of-type { } .main-buddyFeed-activityMetadata .main-buddyFeed-artistAndTrackName a, +.main-buddyFeed-activityMetadata .main-buddyFeed-artistAndTrackName span, .main-buddyFeed-activityMetadata .main-buddyFeed-playbackContextLink, .main-buddyFeed-activityMetadata .main-buddyFeed-timestamp { color: rgba(var(--spice-rgb-sidebar-text), 0.8); @@ -879,4 +880,4 @@ html.right-expanded-cover.buddyfeed-visible .main-coverSlotExpanded-container { } .main-buddyFeed-buddyFeed.main-buddyFeed-buddyFeed-expanded { z-index: 4; -} \ No newline at end of file +}