Fix the sync button thinking RL = User Scroll

This commit is contained in:
2026-08-04 05:39:50 +10:00
parent ff9e4998d4
commit f86f062b3e
2 changed files with 23 additions and 3 deletions
@@ -568,6 +568,11 @@ body.rl-integrated-seekbar [data-test="footer-player"] [class*="playerContent"]
color 0.15s ease-out;
}
/* Hides sync button untilt he user aactually scrolls (Stops tidal from thinking RL line changes are user scroll) */
body.rl-owns-lyric-scroll [class*="_syncButtonContainer_"] {
display: none !important;
}
/* Hover word (Grouped Syllables) */
.rl-wbw-line:not(.rl-wbw-line-active) > .rl-wbw-word:hover,
.rl-wbw-line:not(.rl-wbw-line-active) > .rl-wbw-word.rl-wbw-word-hover,