mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-23 12:54:42 +00:00
parent
bd9ca72f3c
commit
4871a3b418
3 changed files with 4 additions and 4 deletions
|
|
@ -6,7 +6,7 @@
|
|||
color: var(--text-strong);
|
||||
font-family: var(--font-family-sans);
|
||||
font-size: var(--font-size-base); /* 14px */
|
||||
line-height: 160%;
|
||||
line-height: var(--line-height-x-large);
|
||||
|
||||
/* Spacing for flow */
|
||||
> *:first-child {
|
||||
|
|
|
|||
|
|
@ -642,7 +642,7 @@
|
|||
padding-left: 13px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 12px;
|
||||
gap: 8px;
|
||||
|
||||
[data-slot="context-tool-group-item"] {
|
||||
min-width: 0;
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@
|
|||
align-items: flex-start;
|
||||
align-self: stretch;
|
||||
min-width: 0;
|
||||
gap: 0px;
|
||||
gap: 18px;
|
||||
overflow-anchor: none;
|
||||
}
|
||||
|
||||
|
|
@ -220,5 +220,5 @@
|
|||
}
|
||||
|
||||
[data-slot="session-turn-list"] {
|
||||
gap: 24px;
|
||||
gap: 48px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue