This commit is contained in:
h
2026-01-14 13:42:36 -05:00
parent 4ab847b117
commit 2e126f4b26
3 changed files with 16 additions and 16 deletions
+2 -2
View File
@@ -30,5 +30,5 @@ expose_apis = 1
; DO NOT CHANGE! ; DO NOT CHANGE!
[Backup] [Backup]
version = 1.2.52.442.g01893f92 version = 1.2.74.477.g3be53afe
with = 2.38.7 with = 2.42.0
+12 -12
View File
@@ -548,11 +548,11 @@ body.video-full-screen.video-full-screen--hide-ui {
icon: Spicetify.SVGIcons.artist, icon: Spicetify.SVGIcons.artist,
}), }),
CONFIG.showAlbum && CONFIG.showAlbum &&
react.createElement(SubInfo, { react.createElement(SubInfo, {
id: "fad-album", id: "fad-album",
text: this.state.album, text: this.state.album,
icon: Spicetify.SVGIcons.album, icon: Spicetify.SVGIcons.album,
}), }),
react.createElement( react.createElement(
"div", "div",
{ {
@@ -565,13 +565,13 @@ body.video-full-screen.video-full-screen--hide-ui {
) )
), ),
CONFIG.lyricsPlus && CONFIG.lyricsPlus &&
react.createElement("div", { react.createElement("div", {
id: "fad-lyrics-plus-container", id: "fad-lyrics-plus-container",
style: { style: {
"--lyrics-color-active": "#ffffff", "--lyrics-color-active": "#ffffff",
"--lyrics-color-inactive": "#ffffff50", "--lyrics-color-inactive": "#ffffff50",
}, },
}) })
) )
); );
} }
+2 -2
View File
@@ -1,4 +1,4 @@
.main-leaderboardComponent-container { /* .main-leaderboardComponent-container {
display: none; display: none;
} }
@@ -8,4 +8,4 @@
.main-home-homeHeader { .main-home-homeHeader {
display: none; display: none;
} } */