mirror of
https://github.com/danbulant/dribbblish-dynamic-theme
synced 2026-05-24 12:35:05 +00:00
commit
e4a2426c38
2 changed files with 4 additions and 3 deletions
|
|
@ -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 = "<a title=\""+Spicetify.Player.data.track.metadata.album_title+"\" href=\""+album_uri+"\" data-uri=\""+album_uri+"\" data-interaction-target=\"album-name\" class=\"tl-cell__content\">"+Spicetify.Player.data.track.metadata.album_title+"</a>"
|
||||
|
||||
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', ' ');
|
||||
document.documentElement.style.setProperty('--warning_message', ' ');
|
||||
|
|
|
|||
3
user.css
3
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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue