Move the shadow to the left.

This is to make indentation depth easier to see.
This commit is contained in:
Tom Alexander 2024-01-28 18:31:33 -05:00
parent acaf757ce3
commit 43de54039b
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE
2 changed files with 1 additions and 2 deletions

View File

@ -61,7 +61,6 @@ function Explorer({ defaultValue = default_org_source }: ExplorerProps) {
setHighlights([]);
}
return (
<div className={styles.Explorer}>
<Editor

View File

@ -7,7 +7,7 @@
.OrgAstNode {
border: 1px solid #000000;
background: #ffffff;
box-shadow: 3px 3px 4px #000000;
box-shadow: -3px 3px 1px #000000;
> details {
border: 1px solid #000000;