From 43de54039b2589bd453cf6a5e01d8e751727c996 Mon Sep 17 00:00:00 2001 From: Tom Alexander Date: Sun, 28 Jan 2024 18:31:33 -0500 Subject: [PATCH] Move the shadow to the left. This is to make indentation depth easier to see. --- src/Explorer.tsx | 1 - src/OrgAst.module.css | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Explorer.tsx b/src/Explorer.tsx index 996e557..98c23e0 100644 --- a/src/Explorer.tsx +++ b/src/Explorer.tsx @@ -61,7 +61,6 @@ function Explorer({ defaultValue = default_org_source }: ExplorerProps) { setHighlights([]); } - return (
details { border: 1px solid #000000;