Skip to content

Commit

Permalink
Increase padding between sections with one nav col
Browse files Browse the repository at this point in the history
Resolves #2225
  • Loading branch information
Gerrit0 committed Apr 10, 2023
1 parent 15270ae commit 8d3bd16
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
### Bug Fixes

- Fixed issue where removing a reflection indirectly containing an object/function type would only partially remove the reflection, #2231.
- Increased padding between sections when one navigation column is displayed, #2225.

## v0.24.1 (2023-04-09)

Expand Down
3 changes: 3 additions & 0 deletions static/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1172,6 +1172,9 @@ img {
top: 42px;
padding-top: 1rem;
}
.site-menu {
margin-top: 1rem;
}
}

/* two sidebars */
Expand Down

0 comments on commit 8d3bd16

Please sign in to comment.