Skip to content

Commit c83eb16

Browse files
committed
🤖 fix: reduce vertical space in auto-compact indicator
- Remove top margin and use negative bottom margin to minimize vertical footprint - Align indicator with chat content using max-w-4xl centering
1 parent ce16695 commit c83eb16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/browser/components/CompactionWarning.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export const CompactionWarning: React.FC<{
4747
}
4848

4949
return (
50-
<div className="mx-4 mt-2 mb-1 text-right text-[10px]">
50+
<div className="mx-auto -mb-1 w-full max-w-4xl px-[15px] text-right text-[10px]">
5151
<button
5252
type="button"
5353
onClick={props.onCompactClick}

0 commit comments

Comments
 (0)