mirror of
https://github.com/jeffvli/feishin.git
synced 2026-07-28 05:16:37 +02:00
support additional lyric layers (#2211)
This commit is contained in:
@@ -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%;
|
||||
|
||||
Reference in New Issue
Block a user