mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
fix: replace agents dropdown with shadow border
This commit is contained in:
parent
d2217bb825
commit
bb426112ed
1 changed files with 1 additions and 4 deletions
|
|
@ -23,12 +23,9 @@
|
|||
max-width: 23rem;
|
||||
overflow: hidden;
|
||||
border-radius: var(--radius-md);
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
border-color: var(--border-weak-base);
|
||||
background-color: var(--surface-raised-stronger-non-alpha);
|
||||
padding: 2px;
|
||||
box-shadow: var(--shadow-xs);
|
||||
box-shadow: var(--shadow-xs-border);
|
||||
z-index: 50;
|
||||
|
||||
&[data-closed] {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue