fix(ScrollingLyrics): standardize formatting and improve readability of code structure

This commit is contained in:
Astrian Zheng 2025-05-26 21:31:14 +10:00
parent f44c718e2d
commit 401905fd43
Signed by: Astrian
SSH Key Fingerprint: SHA256:rVnhx3DAKjujCwWE13aDl7uV6+9U1MvydLkNRXJrBiA

View File

@ -20,8 +20,8 @@
currentLineIndex === index currentLineIndex === index
? 'text-white scale-110' ? 'text-white scale-110'
: index < currentLineIndex : index < currentLineIndex
? userScrolling ? 'text-white/60' : 'text-white/60 blur-sm' ? userScrolling ? 'text-white/60' : 'text-white/60 blur-xs'
: userScrolling ? 'text-white/40' : 'text-white/40 blur-sm' : userScrolling ? 'text-white/40' : 'text-white/40 blur-xs'
]"> ]">
{{ line.text }} {{ line.text }}
</div> </div>