Skip to content

Commit 9443d98

Browse files
committed
Fix centering of title bar
Resolves #2046
1 parent 877e1a7 commit 9443d98

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

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

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

static/style.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1109,6 +1109,7 @@ ul.tsd-type-parameter-list h5 {
11091109
background: var(--color-background-secondary);
11101110
border-bottom: 1px var(--color-accent) solid;
11111111
transition: transform 0.3s ease-in-out;
1112+
margin: 0 auto;
11121113
}
11131114
.tsd-page-toolbar a {
11141115
color: var(--color-text);

0 commit comments

Comments
 (0)