Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Mara-Li committed May 6, 2024
1 parent c2e44fc commit d564c39
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion quartz/components/ExplorerNode.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ export function ExplorerNode({ node, opts, fullPath, fileData }: ExplorerNodePro
<ul
// Inline style for left folder paddings
style={{
paddingLeft: node.name !== "" ? "1.4rem" : "0",
paddingLeft: node.name !== "" ? "0.8rem" : "0",
}}
class="content"
data-folderul={folderPath}
Expand Down
4 changes: 4 additions & 0 deletions quartz/styles/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -123,3 +123,7 @@ ul.overflow:after,
ol.overflow:after {
background: none;
}

#explorer-content ul li > a[data-hasicon="true"][data-isroot="true"]:has(.file-title-icon) {
left: -0.15em;
}

0 comments on commit d564c39

Please sign in to comment.