mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-02 06:20:29 +00:00
share paage durations
This commit is contained in:
parent
8206da4d9e
commit
2fb59fee8e
2 changed files with 137 additions and 90 deletions
|
|
@ -272,6 +272,17 @@
|
|||
}
|
||||
}
|
||||
|
||||
/* Part types */
|
||||
[data-part-type="user-text"],
|
||||
[data-part-type="ai-text"],
|
||||
[data-part-type="ai-model"],
|
||||
[data-part-type="system-text"],
|
||||
[data-part-type="fallback"] {
|
||||
& > [data-section="content"] {
|
||||
padding-bottom: 1rem;
|
||||
}
|
||||
}
|
||||
|
||||
[data-part-type="tool-edit"] {
|
||||
[data-part-tool-body] {
|
||||
gap: 0.5rem;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue