mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-05 16:02:19 +00:00
feat(desktop): collapsible sidebar
This commit is contained in:
parent
146bae82cb
commit
6ba7c54bab
9 changed files with 158 additions and 52 deletions
|
|
@ -7,7 +7,7 @@
|
|||
overflow: clip;
|
||||
|
||||
[data-slot="list"] {
|
||||
height: 40px;
|
||||
height: 48px;
|
||||
width: 100%;
|
||||
position: relative;
|
||||
display: flex;
|
||||
|
|
@ -39,7 +39,7 @@
|
|||
[data-slot="trigger"] {
|
||||
position: relative;
|
||||
height: 100%;
|
||||
padding: 8px 24px;
|
||||
padding: 14px 24px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
color: var(--text-base);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue