spicefiy
This commit is contained in:
@@ -548,11 +548,11 @@ body.video-full-screen.video-full-screen--hide-ui {
|
||||
icon: Spicetify.SVGIcons.artist,
|
||||
}),
|
||||
CONFIG.showAlbum &&
|
||||
react.createElement(SubInfo, {
|
||||
id: "fad-album",
|
||||
text: this.state.album,
|
||||
icon: Spicetify.SVGIcons.album,
|
||||
}),
|
||||
react.createElement(SubInfo, {
|
||||
id: "fad-album",
|
||||
text: this.state.album,
|
||||
icon: Spicetify.SVGIcons.album,
|
||||
}),
|
||||
react.createElement(
|
||||
"div",
|
||||
{
|
||||
@@ -565,13 +565,13 @@ body.video-full-screen.video-full-screen--hide-ui {
|
||||
)
|
||||
),
|
||||
CONFIG.lyricsPlus &&
|
||||
react.createElement("div", {
|
||||
id: "fad-lyrics-plus-container",
|
||||
style: {
|
||||
"--lyrics-color-active": "#ffffff",
|
||||
"--lyrics-color-inactive": "#ffffff50",
|
||||
},
|
||||
})
|
||||
react.createElement("div", {
|
||||
id: "fad-lyrics-plus-container",
|
||||
style: {
|
||||
"--lyrics-color-active": "#ffffff",
|
||||
"--lyrics-color-inactive": "#ffffff50",
|
||||
},
|
||||
})
|
||||
)
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user