Remove space under text records
This commit is contained in:
@@ -1801,7 +1801,7 @@ export const DebugDrawer: React.FC<{
|
|||||||
)}
|
)}
|
||||||
</div>
|
</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">
|
<div className="w-full flex items-center gap-2 min-w-0">
|
||||||
{mode === 'text' && textSessionStarted && (
|
{mode === 'text' && textSessionStarted && (
|
||||||
<Button
|
<Button
|
||||||
|
|||||||
Reference in New Issue
Block a user