summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAdam <[email protected]>2025-10-30 13:54:52 -0500
committerAdam <[email protected]>2025-10-30 13:54:52 -0500
commit4cebd69bf03fb9f00e2f793eb483251ecbd9a45a (patch)
tree4079d20f43e34697a4794bcf555b80c9598c28f0
parentdc6e54503cb400ea2533740c9a92d09c8a50d077 (diff)
downloadopencode-4cebd69bf03fb9f00e2f793eb483251ecbd9a45a.tar.gz
opencode-4cebd69bf03fb9f00e2f793eb483251ecbd9a45a.zip
wip: desktop work
-rw-r--r--packages/ui/src/components/markdown.css21
1 files changed, 17 insertions, 4 deletions
diff --git a/packages/ui/src/components/markdown.css b/packages/ui/src/components/markdown.css
index ddf8b7872..abc505a9e 100644
--- a/packages/ui/src/components/markdown.css
+++ b/packages/ui/src/components/markdown.css
@@ -17,8 +17,21 @@
display: none;
}
- /* p { */
- /* margin-top: 8px; */
- /* margin-bottom: 8px; */
- /* } */
+ h1,
+ h2,
+ h3 {
+ margin-top: 16px;
+ margin-bottom: 8px;
+ font-weight: var(--font-weight-medium);
+ }
+
+ p {
+ margin-bottom: 8px;
+ }
+
+ ul,
+ ol {
+ margin-top: 16px;
+ margin-bottom: 16px;
+ }
}