fix(overlay): collapse karaoke syllable spam in secondary subtitles (#139)

This commit is contained in:
2026-07-06 01:09:06 -07:00
committed by GitHub
parent b14f977e33
commit 35ca2afc6f
4 changed files with 87 additions and 9 deletions
+4
View File
@@ -1842,6 +1842,10 @@ body.layer-modal #overlay {
text-align: center;
font-size: 24px;
line-height: 1.5;
/* Backstop: pathological tracks (karaoke typesetting, sign spam) must never grow
the hover-pause band beyond a top strip. ~4 lines at line-height 1.5. */
max-height: 6em;
overflow: hidden;
color: #ffffff;
-webkit-text-stroke: 0.45px rgba(0, 0, 0, 0.7);
paint-order: stroke fill;