Skip to content

Commit

Permalink
sidebar padding
Browse files Browse the repository at this point in the history
Signed-off-by: Lee Calcote <[email protected]>
  • Loading branch information
leecalcote committed Oct 28, 2023
1 parent 292ad91 commit 96148b5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion assets/scss/_sidebar-toc.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
background-color: $td-sidebar-toc-bg-color;
@supports (position: sticky) {
position: sticky;
top: 6rem;
top: 4rem;
padding-top: 3rem;
height: calc(100vh - 4rem);
overflow-y: auto;
Expand Down
2 changes: 1 addition & 1 deletion assets/scss/_sidebar-tree.scss
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
@include media-breakpoint-up(md) {
@supports (position: sticky) {
position: sticky;
top: 6rem;
top: 4rem;
padding-top: 3rem;
z-index: 10;
height: calc(100vh - 5rem);
Expand Down
2 changes: 1 addition & 1 deletion assets/scss/_styles_project.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
}

.td-outer {
margin-top:2rem;
margin-top: 2rem;
}
// Links

Expand Down

0 comments on commit 96148b5

Please sign in to comment.