Skip to content

Commit

Permalink
fix(lyrics-plus): make invisible lyrics unclickable (spicetify#2013)
Browse files Browse the repository at this point in the history
  • Loading branch information
huhridge authored Nov 14, 2022
1 parent f1765da commit 0ba45a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CustomApps/lyrics-plus/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@
.lyrics-lyricsContainer-SyncedLyrics > :first-child,
.lyrics-lyricsContainer-SyncedLyrics > :last-child {
opacity: 0;
pointer-events: none;
}

.lyrics-lyricsContainer-LyricsUnavailableMessage,
Expand Down

0 comments on commit 0ba45a0

Please sign in to comment.