mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
wip: desktop work
This commit is contained in:
parent
9ae3d74adc
commit
efe7f01f41
1 changed files with 4 additions and 0 deletions
|
|
@ -6,6 +6,7 @@
|
|||
align-self: stretch;
|
||||
border-radius: 8px;
|
||||
border: 1px solid var(--border-weak-base);
|
||||
overflow: clip;
|
||||
|
||||
[data-slot="accordion-item"] {
|
||||
width: 100%;
|
||||
|
|
@ -64,6 +65,9 @@
|
|||
[data-slot="accordion-trigger"] {
|
||||
border-bottom: none;
|
||||
}
|
||||
&[data-expanded] {
|
||||
border-bottom: none;
|
||||
}
|
||||
}
|
||||
|
||||
&[data-expanded] {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue