mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-09-19 05:16:27 -07:00
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:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user