tweak: move lyrics display to top-left corner

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
ltadeu6 2026-06-07 13:55:38 -03:00
parent 7d87ec4c47
commit bc1cbcdc9e
No known key found for this signature in database
GPG key ID: FB9FDAB6B6F3418D

View file

@ -242,7 +242,7 @@ html, body {
.lyric-display {
position: absolute;
left: 3%;
bottom: 16%;
top: 4%;
max-width: 36%;
pointer-events: none;
opacity: 0;