Skip to content

Commit 0e6c8c6

Browse files
authored
Fix YT Music lyrics icon
1 parent 7e32aa2 commit 0e6c8c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/page/config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ export const localConfig: LocalConfig = (() => {
8080
.${LYRICS_CLASSNAME} {
8181
margin-left: var(--ytmusic-like-button-renderer-button-spacing, 8px);
8282
}
83-
.${LYRICS_CLASSNAME} tp-yt-iron-icon {
83+
.${LYRICS_CLASSNAME} .yt-spec-button-shape-next__icon {
8484
background: var(--ytmusic-text-secondary);
8585
transform: rotate(90deg) scale(1.1);
8686
-webkit-mask: url(${iconUrl}) center / 100% no-repeat;

0 commit comments

Comments
 (0)