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