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

This reverts commit d763c11a6d.
This commit is contained in:
Aiden Cline 2025-12-04 15:57:01 -06:00
commit f9dcd97936
27 changed files with 395 additions and 2292 deletions

View file

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