Skip to content

Commit c72c75c

Browse files
committed
Fix centering of title bar
1 parent 4cd5744 commit c72c75c

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
# Unreleased
22

3+
### Bug Fixes
4+
5+
- Fixed centering of title bar on wide displays, actually this time, #2046.
6+
37
## v0.23.13 (2022-09-01)
48

59
### Bug Fixes
610

7-
- Fixed packages mode bug introduced in 0.23.12 (again), #2043.
11+
- Fixed packages mode bug introduced in 0.23.12, #2043.
812

913
## v0.23.12 (2022-08-31)
1014

static/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1109,7 +1109,6 @@ 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;
11131112
}
11141113
.tsd-page-toolbar a {
11151114
color: var(--color-text);
@@ -1125,6 +1124,7 @@ ul.tsd-type-parameter-list h5 {
11251124
display: flex;
11261125
justify-content: space-between;
11271126
height: 2.5rem;
1127+
margin: 0 auto;
11281128
}
11291129
.tsd-page-toolbar .table-cell {
11301130
position: relative;

0 commit comments

Comments
 (0)