support additional lyric layers (#2211)

This commit is contained in:
jeffvli
2026-07-10 15:12:17 -07:00
parent 908e83a2f8
commit b4e530ea07
12 changed files with 743 additions and 346 deletions
@@ -35,7 +35,7 @@
display: inline;
}
.romaji-line {
.overlay-line {
display: block;
max-width: 100%;
font-size: 0.8em;
@@ -44,6 +44,15 @@
white-space: normal;
}
.translation-line {
display: block;
max-width: 100%;
font-size: 0.85em;
font-weight: 500;
overflow-wrap: break-word;
white-space: normal;
}
.agent-line {
width: 100%;
max-width: 100%;