From bce09e45c2060be5bfd4f50981e142a97a691088 Mon Sep 17 00:00:00 2001 From: jjanella <1+jjanella@noreply.localhost> Date: Wed, 10 Jun 2026 10:01:27 -0400 Subject: [PATCH] fix mobile tree view --- static/style.css | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/static/style.css b/static/style.css index 7b54ead..989dd8a 100644 --- a/static/style.css +++ b/static/style.css @@ -186,4 +186,20 @@ body { .tree { font-family: "JetBrains Mono", "Fira Code", "Cascadia Code", "Source Code Pro", monospace; +} + +.tree p { + margin: 0; + line-height: 1.2; +} + +.tree ul { + margin: 0; + padding: 0; + list-style: none; +} + +.tree li { + margin: 0; + padding: 0; } \ No newline at end of file