fix(subtitles): widen subtitle generation modal

- Reduce text wrapping and scrolling while retaining small-window support
- Document the responsive layout change
This commit is contained in:
2026-09-18 21:05:52 -07:00
parent a8c16147ad
commit dd76782d30
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -2977,7 +2977,7 @@ iframe[id^='yomitan-popup'],
}
.subtitle-generation-content {
width: min(580px, 92%);
width: min(860px, 92%);
max-height: 92%;
border-top: 3px solid var(--ctp-green);
}