mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-30 21:49:53 +00:00
fix(app): better text selection
This commit is contained in:
parent
23bbfb3d15
commit
e53192889c
7 changed files with 27 additions and 4 deletions
|
|
@ -116,6 +116,11 @@
|
|||
color: var(--text-weak);
|
||||
}
|
||||
|
||||
[data-slot="session-turn-markdown"],
|
||||
[data-slot="session-turn-accordion"] [data-slot="accordion-content"] {
|
||||
user-select: text;
|
||||
}
|
||||
|
||||
[data-slot="session-turn-markdown"] {
|
||||
&[data-diffs="true"] {
|
||||
font-size: 15px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue