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([]);
|
setHighlights([]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className={styles.Explorer}>
|
<div className={styles.Explorer}>
|
||||||
<Editor
|
<Editor
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
.OrgAstNode {
|
.OrgAstNode {
|
||||||
border: 1px solid #000000;
|
border: 1px solid #000000;
|
||||||
background: #ffffff;
|
background: #ffffff;
|
||||||
box-shadow: 3px 3px 4px #000000;
|
box-shadow: -3px 3px 1px #000000;
|
||||||
|
|
||||||
> details {
|
> details {
|
||||||
border: 1px solid #000000;
|
border: 1px solid #000000;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user