Skip to content

Commit debb11e

Browse files
committed
fix: align terminal padding with xterm sizing to prevent layout drift
1 parent 52de770 commit debb11e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/styles/terminal.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,6 @@
121121
overflow: hidden;
122122
background: transparent;
123123
border-top: 1px solid rgba(255, 255, 255, 0.08);
124-
padding-top: 8px;
125124
box-sizing: border-box;
126125
}
127126

@@ -134,6 +133,8 @@
134133
.terminal-surface .xterm {
135134
height: 100%;
136135
width: 100%;
136+
box-sizing: border-box;
137+
padding: 8px 0 6px;
137138
}
138139

139140
.terminal-surface .xterm-viewport {

0 commit comments

Comments
 (0)