tweak: move lyrics display to top-left corner
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
7d87ec4c47
commit
bc1cbcdc9e
1 changed files with 1 additions and 1 deletions
|
|
@ -242,7 +242,7 @@ html, body {
|
||||||
.lyric-display {
|
.lyric-display {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 3%;
|
left: 3%;
|
||||||
bottom: 16%;
|
top: 4%;
|
||||||
max-width: 36%;
|
max-width: 36%;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue