diff options
| author | Daniel Polito <[email protected]> | 2026-01-16 13:51:02 -0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-01-16 10:51:02 -0600 |
| commit | 88fd6a294b3ad88d50cb8e1853589ee4e68dc74e (patch) | |
| tree | 1b187dab4b86528430498edc3ec3d3d4a243ea5f /packages/app/src/index.css | |
| parent | ea8ef37d50408203d2ef7ebbdb82bbd15bbf8461 (diff) | |
| download | opencode-88fd6a294b3ad88d50cb8e1853589ee4e68dc74e.tar.gz opencode-88fd6a294b3ad88d50cb8e1853589ee4e68dc74e.zip | |
feat(desktop): Terminal Splits (#8767)
Diffstat (limited to 'packages/app/src/index.css')
| -rw-r--r-- | packages/app/src/index.css | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/packages/app/src/index.css b/packages/app/src/index.css index d9d51aa8f..2326bbb11 100644 --- a/packages/app/src/index.css +++ b/packages/app/src/index.css @@ -9,3 +9,16 @@ *[data-tauri-drag-region] { app-region: drag; } + +/* Terminal split resize handles */ +[data-terminal-split-container] [data-component="resize-handle"] { + inset: unset; + + &[data-direction="horizontal"] { + height: 100%; + } + + &[data-direction="vertical"] { + width: 100%; + } +} |
