Fix text records frame
This commit is contained in:
@@ -1700,7 +1700,7 @@ export const DebugDrawer: React.FC<{
|
||||
{mode === 'text' ? (
|
||||
textSessionStarted ? (
|
||||
<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" />
|
||||
</div>
|
||||
</div>
|
||||
@@ -1803,7 +1803,7 @@ export const DebugDrawer: React.FC<{
|
||||
)}
|
||||
</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">
|
||||
{mode === 'text' && textSessionStarted && (
|
||||
<Button
|
||||
|
||||
Reference in New Issue
Block a user