Reapply "feat(desktop): terminal pane (#5081)"

This reverts commit f9dcd97936.
This commit is contained in:
Adam 2025-12-04 20:32:08 -06:00
commit 09f522f0aa
No known key found for this signature in database
GPG key ID: 9CB48779AF150E75
26 changed files with 2289 additions and 392 deletions

View file

@ -20,6 +20,7 @@
[data-component="select-content"] {
min-width: 4rem;
max-width: 23rem;
overflow: hidden;
border-radius: var(--radius-md);
border-width: 1px;
@ -39,6 +40,7 @@
}
[data-slot="select-select-content-list"] {
min-height: 2rem;
overflow-y: auto;
max-height: 12rem;
white-space: nowrap;