mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-19 16:40:48 +00:00
fix(desktop): markdown lists
This commit is contained in:
parent
5f074edc3a
commit
11ab8de59f
1 changed files with 9 additions and 1 deletions
|
|
@ -64,8 +64,16 @@
|
|||
list-style-position: inside;
|
||||
}
|
||||
|
||||
ul {
|
||||
list-style-type: disc;
|
||||
}
|
||||
|
||||
ol {
|
||||
list-style-type: decimal;
|
||||
}
|
||||
|
||||
li {
|
||||
margin-bottom: 1.5rem;
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
|
||||
li::marker {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue