We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 877e1a7 commit 9443d98Copy full SHA for 9443d98
CHANGELOG.md
@@ -4,6 +4,7 @@
4
5
- TypeDoc will now work properly in packages mode when converting packages outside the current working directory, #2043.
6
- Fixed deprecation warning for `isIdentifierOrPrivateIdentifier`.
7
+- Fixed centering of title bar on wide displays, #2046.
8
9
## v0.23.11 (2022-08-26)
10
static/style.css
@@ -1109,6 +1109,7 @@ ul.tsd-type-parameter-list h5 {
1109
background: var(--color-background-secondary);
1110
border-bottom: 1px var(--color-accent) solid;
1111
transition: transform 0.3s ease-in-out;
1112
+ margin: 0 auto;
1113
}
1114
.tsd-page-toolbar a {
1115
color: var(--color-text);
0 commit comments