mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-07-27 04:49:49 -07:00
fix(overlay): collapse karaoke syllable spam in secondary subtitles (#139)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user