From 016b524a745e9f1dd6f410ba8e3d95625737d777 Mon Sep 17 00:00:00 2001 From: Adam <2363879+adamdotdevin@users.noreply.github.com> Date: Thu, 30 Oct 2025 13:54:52 -0500 Subject: [PATCH] wip: desktop work --- packages/ui/src/components/markdown.css | 21 +++++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) diff --git a/packages/ui/src/components/markdown.css b/packages/ui/src/components/markdown.css index ddf8b7872d..abc505a9ea 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; + } }