Skip to content

Commit

Permalink
Increase spacing between toc caret and label
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelfangjw committed Jun 18, 2021
1 parent 03a7da8 commit 3e3673a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/styles/_sicp.scss
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,14 @@ $sicp-background-color: #ffffff;
overflow-y: auto;
text-align: left;

.bp3-tree-node-list {
padding: 0;
}

.bp3-tree-node-label {
padding-left: 7px;
}

.bp3-tree-node-caret {
color: #777777 !important;
scale: 1.25;
Expand Down

0 comments on commit 3e3673a

Please sign in to comment.