fix(ui): adjust global CSS styles

💘 Generated with Crush

Assisted-by: MiniMax-M2.7 via Crush <crush@charm.land>
This commit is contained in:
Augustin
2026-04-24 17:38:21 +02:00
parent e6da61f460
commit 5dac191d9a

View File

@@ -384,7 +384,8 @@ input::placeholder { color: var(--text-disabled); }
.shell-xterm-wrapper { flex: 1; background: var(--bg); overflow: hidden; position: relative; }
.shell-xterm-instance {
position: absolute; inset: 0; padding: 4px;
height: 100%;
padding: 4px;
}
.shell-xterm-instance .xterm { height: 100%; padding: 4px; }