Skip to content

Commit

Permalink
Fix centering of title bar
Browse files Browse the repository at this point in the history
Resolves #2046
  • Loading branch information
Gerrit0 committed Aug 31, 2022
1 parent 877e1a7 commit 9443d98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,7 @@

- TypeDoc will now work properly in packages mode when converting packages outside the current working directory, #2043.
- Fixed deprecation warning for `isIdentifierOrPrivateIdentifier`.
- Fixed centering of title bar on wide displays, #2046.

## v0.23.11 (2022-08-26)

Expand Down
1 change: 1 addition & 0 deletions static/style.css
Expand Up @@ -1109,6 +1109,7 @@ ul.tsd-type-parameter-list h5 {
background: var(--color-background-secondary);
border-bottom: 1px var(--color-accent) solid;
transition: transform 0.3s ease-in-out;
margin: 0 auto;
}
.tsd-page-toolbar a {
color: var(--color-text);
Expand Down

0 comments on commit 9443d98

Please sign in to comment.