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
4da3aa2eb2
commit
e2920c06a3
1 changed files with 2 additions and 4 deletions
|
|
@ -1,8 +1,5 @@
|
|||
[data-component="list"] {
|
||||
overflow-y: auto;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 6px;
|
||||
/* overflow-y: auto; */
|
||||
|
||||
/* Hide scrollbar */
|
||||
&::-webkit-scrollbar {
|
||||
|
|
@ -13,6 +10,7 @@
|
|||
|
||||
[data-slot="item"] {
|
||||
width: 100%;
|
||||
margin-bottom: 6px;
|
||||
padding: 4px 12px;
|
||||
text-align: left;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue