Remove space under text records

This commit is contained in:
Xin Wang
2026-02-09 11:42:13 +08:00
parent a8ef883050
commit 91ebe26f49

View File

@@ -1801,7 +1801,7 @@ export const DebugDrawer: React.FC<{
)}
</div>
<div className="shrink-0 space-y-2">
<div className={mode === 'text' && textSessionStarted ? 'shrink-0' : 'shrink-0 space-y-2'}>
<div className="w-full flex items-center gap-2 min-w-0">
{mode === 'text' && textSessionStarted && (
<Button