mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-02 14:30:29 +00:00
fix(desktop): rendering shell mode messages
This commit is contained in:
parent
83d8a88c90
commit
c868a4088d
3 changed files with 387 additions and 354 deletions
|
|
@ -152,9 +152,22 @@
|
|||
align-items: flex-start;
|
||||
justify-content: flex-start;
|
||||
|
||||
[data-component="markdown"] {
|
||||
width: 100%;
|
||||
min-width: 0;
|
||||
|
||||
pre {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
background-color: transparent !important;
|
||||
border: none !important;
|
||||
}
|
||||
}
|
||||
|
||||
pre {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
background: none;
|
||||
}
|
||||
|
||||
&[data-scrollable] {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue