mirror of
https://github.com/aljazceru/opencode.git
synced 2025-12-21 17:54:23 +01:00
wip: desktop work
This commit is contained in:
@@ -1,8 +1,5 @@
|
|||||||
[data-component="list"] {
|
[data-component="list"] {
|
||||||
overflow-y: auto;
|
/* overflow-y: auto; */
|
||||||
display: flex;
|
|
||||||
flex-direction: column;
|
|
||||||
gap: 6px;
|
|
||||||
|
|
||||||
/* Hide scrollbar */
|
/* Hide scrollbar */
|
||||||
&::-webkit-scrollbar {
|
&::-webkit-scrollbar {
|
||||||
@@ -13,6 +10,7 @@
|
|||||||
|
|
||||||
[data-slot="item"] {
|
[data-slot="item"] {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
margin-bottom: 6px;
|
||||||
padding: 4px 12px;
|
padding: 4px 12px;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user