mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-16 02:52:06 +00:00
tweak(ui): improve collapse area
This commit is contained in:
parent
752e449e38
commit
81a61f8dbd
1 changed files with 2 additions and 2 deletions
|
|
@ -785,7 +785,7 @@
|
|||
[data-slot="question-body"] {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 16px;
|
||||
gap: 0;
|
||||
flex: 1;
|
||||
min-height: 0;
|
||||
padding: 8px 8px 0;
|
||||
|
|
@ -822,7 +822,7 @@
|
|||
font-weight: var(--font-weight-medium);
|
||||
line-height: var(--line-height-large);
|
||||
color: var(--text-strong);
|
||||
padding: 0 10px;
|
||||
padding: 16px 10px 0;
|
||||
}
|
||||
|
||||
[data-slot="question-hint"] {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue