diff --git a/src/components/Player/PlayerLyric/AMLyric.vue b/src/components/Player/PlayerLyric/AMLyric.vue index fa6eaa40c..5506a089c 100644 --- a/src/components/Player/PlayerLyric/AMLyric.vue +++ b/src/components/Player/PlayerLyric/AMLyric.vue @@ -238,6 +238,10 @@ watch(lyricPlayerRef, (player) => { } } + :deep(.am-lyric div[class*="lyricMainLine"] span) { + text-align: start; + } + :lang(ja) { font-family: var(--ja-font-family); }