Skip to content

Commit e623562

Browse files
chapterjasonclaude
andcommitted
Tighten terminal layout by removing padding and status border
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent c9b96ed commit e623562

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

client/src/styles/_layout.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
.terminal {
2020
flex: 1 1 0;
2121
min-height: 0;
22-
padding: 0.5rem;
2322
overflow: hidden;
2423

2524
.xterm .xterm-viewport {

client/src/styles/_status.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
padding: 0.35rem 0.75rem;
33
font-size: 0.72rem;
44
color: var(--fg-dim);
5-
border-top: 1px solid var(--border);
65
background: var(--bg-elevated);
76
font-family: ui-monospace, "SFMono-Regular", Menlo, monospace;
87
}

0 commit comments

Comments
 (0)