Skip to content

Commit

Permalink
style:sidebar and layout style modify (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
tangjie-93 authored Apr 26, 2022
1 parent 488b137 commit 5ab4b30
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion themes/docsy/assets/scss/_sidebar-tree.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

@include media-breakpoint-up(md) {
@supports (position: sticky) {
max-height: calc(100vh - 10rem);
max-height: calc(100vh - 6rem);
overflow-y: auto;
}
}
Expand Down
2 changes: 1 addition & 1 deletion themes/docsy/assets/scss/support/_utilities.scss
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@

.td-max-width-on-larger-screens {
@include media-breakpoint-up(lg) {
max-width: 80%;
max-width: 100%;
}

}
2 changes: 1 addition & 1 deletion themes/docsy/assets/vendor/bootstrap/scss/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -757,7 +757,7 @@ $navbar-dark-brand-hover-color: $navbar-dark-active-color !default;
//
// Dropdown menu container and contents.

$dropdown-min-width: 10rem !default;
$dropdown-min-width: 8rem !default;
$dropdown-padding-x: 0 !default;
$dropdown-padding-y: .5rem !default;
$dropdown-spacer: .125rem !default;
Expand Down

0 comments on commit 5ab4b30

Please sign in to comment.