mirror of
https://github.com/antebudimir/feishin.git
synced 2025-12-31 18:13:31 +00:00
fix word breaks on lyrics (#969)
This commit is contained in:
parent
620b810191
commit
bd26967ff2
1 changed files with 2 additions and 0 deletions
|
|
@ -1,7 +1,9 @@
|
||||||
.lyric-line {
|
.lyric-line {
|
||||||
padding: 0 1rem;
|
padding: 0 1rem;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
|
line-height: 1.2;
|
||||||
color: var(--theme-colors-foreground);
|
color: var(--theme-colors-foreground);
|
||||||
|
word-break: keep-all;
|
||||||
opacity: 0.5;
|
opacity: 0.5;
|
||||||
transition:
|
transition:
|
||||||
opacity 0.3s ease-in-out,
|
opacity 0.3s ease-in-out,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue