mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-02 14:30:29 +00:00
fix(desktop): cleanup user message style
This commit is contained in:
parent
18a5eb205f
commit
ed70a07201
1 changed files with 2 additions and 3 deletions
|
|
@ -78,10 +78,9 @@
|
|||
[data-slot="user-message-text"] {
|
||||
white-space: pre-wrap;
|
||||
overflow: hidden;
|
||||
background: var(--surface-inset-base);
|
||||
padding: 6px 12px;
|
||||
background: var(--surface-base);
|
||||
padding: 8px 12px;
|
||||
border-radius: 4px;
|
||||
border: 0.5px solid var(--border-weak-base);
|
||||
}
|
||||
|
||||
.text-text-strong {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue