Move the shadow to the left.
This is to make indentation depth easier to see.
This commit is contained in:
parent
acaf757ce3
commit
43de54039b
@ -61,7 +61,6 @@ function Explorer({ defaultValue = default_org_source }: ExplorerProps) {
|
||||
setHighlights([]);
|
||||
}
|
||||
|
||||
|
||||
return (
|
||||
<div className={styles.Explorer}>
|
||||
<Editor
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user