fix: lengthen conversion layer

This commit is contained in:
2026-05-20 22:28:25 +08:00
parent af7622586c
commit 215987aab6
2 changed files with 17 additions and 5 deletions

File diff suppressed because one or more lines are too long

View File

@@ -112,7 +112,7 @@ const SOURCE_LEFT_COLUMN_WIDTH = 380
const SOURCE_VIDEO_HEIGHT = 500
const SOURCE_TRANSCRIPT_MAX_HEIGHT = 270
const SOURCE_REFERENCE_POOL_WIDTH = 140
const SOURCE_CONVERSION_HEIGHT = 560
const SOURCE_CONVERSION_HEIGHT = 640
const SOURCE_SUBJECT_EMPTY_HEIGHT = 78
const resolveBoardScale = (viewportWidth: number) => {