Skip to content

Commit

Permalink
Pad links in navbar
Browse files Browse the repository at this point in the history
Fixes #2229
  • Loading branch information
Gerrit0 committed Apr 10, 2023
1 parent ecd85a2 commit 4a5ca59
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
- Validation will no longer be skipped for sub packages when running with `--entryPointStrategy packages`.
- 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.
- Correct padding for navigation elements with a displayed icon, #2229.

### Thanks!

- @RunDevelopment

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

Expand Down
3 changes: 2 additions & 1 deletion static/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -626,9 +626,10 @@ input[type="checkbox"]:checked ~ svg .tsd-checkbox-checkmark {
.tsd-page-navigation a {
display: inline-flex;
align-items: center;
padding: 0.25rem 0;
padding: 0.25rem;
color: var(--color-text);
text-decoration: none;
box-sizing: border-box;
}
.tsd-navigation a {
/* why 3rem? No idea, but it seems to work. */
Expand Down

0 comments on commit 4a5ca59

Please sign in to comment.