Adjust STT/answer panel heights

This commit is contained in:
dsyoon
2026-01-27 11:30:49 +09:00
parent 83cd75e044
commit a7ce739d55

View File

@@ -43,12 +43,13 @@
} }
.transcript-panel { .transcript-panel {
flex: 1 1 0; flex: 3 1 0;
min-height: 0; min-height: 0;
} }
.answer-panel { .answer-panel {
flex: 0 0 auto; flex: 1 1 0;
min-height: 0;
} }
.transcript-content, .transcript-content,