feat(desktop): Terminal Splits (#8767)

This commit is contained in:
Daniel Polito 2026-01-16 13:51:02 -03:00 committed by GitHub
parent ea8ef37d50
commit 88fd6a294b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 729 additions and 71 deletions

View file

@ -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%;
}
}