Fix text records frame

This commit is contained in:
Xin Wang
2026-02-09 13:12:12 +08:00
parent fdfb3df714
commit d657a21024

View File

@@ -1700,7 +1700,7 @@ export const DebugDrawer: React.FC<{
{mode === 'text' ? ( {mode === 'text' ? (
textSessionStarted ? ( textSessionStarted ? (
<div className="flex-1 min-h-0 overflow-hidden animate-in fade-in"> <div className="flex-1 min-h-0 overflow-hidden animate-in fade-in">
<div className="h-[48vh] min-h-[320px] max-h-[48vh] w-full overflow-hidden"> <div className="h-[68vh] min-h-[420px] max-h-[68vh] w-full overflow-hidden">
<TranscriptionLog className="h-full" /> <TranscriptionLog className="h-full" />
</div> </div>
</div> </div>
@@ -1803,7 +1803,7 @@ export const DebugDrawer: React.FC<{
)} )}
</div> </div>
<div className={mode === 'text' && textSessionStarted ? 'shrink-0 mt-3 px-1' : 'shrink-0 space-y-2 mt-2 px-1'}> <div className={mode === 'text' && textSessionStarted ? 'shrink-0 mt-3 px-1 mb-3' : 'shrink-0 space-y-2 mt-2 px-1 mb-3'}>
<div className="w-full flex items-center gap-2 min-w-0"> <div className="w-full flex items-center gap-2 min-w-0">
{mode === 'text' && textSessionStarted && ( {mode === 'text' && textSessionStarted && (
<Button <Button