mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-29 04:59:51 +00:00
feat(desktop): terminal pane (#5081)
Co-authored-by: Github Action <action@github.com> Co-authored-by: Dax Raad <d@ironbay.co>
This commit is contained in:
parent
b1202ac6db
commit
d763c11a6d
27 changed files with 2302 additions and 405 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue