diff --git a/quartz/quartz/components/ExplorerNode.tsx b/quartz/quartz/components/ExplorerNode.tsx index 3f9f5b1..7506a6b 100644 --- a/quartz/quartz/components/ExplorerNode.tsx +++ b/quartz/quartz/components/ExplorerNode.tsx @@ -184,11 +184,12 @@ export function ExplorerNode({ node, opts, fullPath, fileData }: ExplorerNodePro border: "none", borderTop: "0.1px solid white", opacity: 0.2, - marginBottom: "20px", + marginTop: "10px", + marginBottom: "30px", }} /> )} -
  • +
  • {node.displayName} @@ -213,10 +214,7 @@ export function ExplorerNode({ node, opts, fullPath, fileData }: ExplorerNodePro {node.name !== "" && ( // Node with entire folder // Render svg button + folder name, then children -
    +