Sv443 1 ano atrás
pai
commit
ed858b0b2a
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1 0
      src/features/lyrics.ts

+ 1 - 0
src/features/lyrics.ts

@@ -97,6 +97,7 @@ export function addMediaCtrlLyricsBtn(): void {
         lyricsBtn.href = url;
 
         lyricsBtn.title = "Open the current song's lyrics in a new tab";
+        lyricsBtn.style.cursor = "pointer";
         lyricsBtn.style.visibility = "initial";
         lyricsBtn.style.display = "inline-flex";
         lyricsBtn.style.pointerEvents = "initial";