mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-06 00:12:11 +00:00
docs: add copy button to user messages too (#2285)
This commit is contained in:
parent
ad8ea82611
commit
87cf08a9e7
4 changed files with 9 additions and 4 deletions
|
|
@ -126,6 +126,12 @@
|
|||
gap: 1rem;
|
||||
flex-grow: 1;
|
||||
max-width: var(--md-tool-width);
|
||||
position: relative;
|
||||
|
||||
[data-component="copy-button"] {
|
||||
top: 0.5rem;
|
||||
right: calc(0.5rem - 1px);
|
||||
}
|
||||
}
|
||||
|
||||
[data-component="assistant-reasoning"] {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue