From a7ce739d554115415fbf83fa0c2ee877eba7bb04 Mon Sep 17 00:00:00 2001 From: dsyoon Date: Tue, 27 Jan 2026 11:30:49 +0900 Subject: [PATCH] Adjust STT/answer panel heights --- client/src/App.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/client/src/App.css b/client/src/App.css index 2b296af..c2f805b 100644 --- a/client/src/App.css +++ b/client/src/App.css @@ -43,12 +43,13 @@ } .transcript-panel { - flex: 1 1 0; + flex: 3 1 0; min-height: 0; } .answer-panel { - flex: 0 0 auto; + flex: 1 1 0; + min-height: 0; } .transcript-content,