File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Unreleased
2
2
3
+ ### Bug Fixes
4
+
5
+ - Fixed centering of title bar on wide displays, actually this time, #2046 .
6
+
3
7
## v0.23.13 (2022-09-01)
4
8
5
9
### Bug Fixes
6
10
7
- - Fixed packages mode bug introduced in 0.23.12 (again) , #2043 .
11
+ - Fixed packages mode bug introduced in 0.23.12, #2043 .
8
12
9
13
## v0.23.12 (2022-08-31)
10
14
Original file line number Diff line number Diff line change @@ -1109,7 +1109,6 @@ ul.tsd-type-parameter-list h5 {
1109
1109
background : var (--color-background-secondary );
1110
1110
border-bottom : 1px var (--color-accent ) solid;
1111
1111
transition : transform 0.3s ease-in-out;
1112
- margin : 0 auto;
1113
1112
}
1114
1113
.tsd-page-toolbar a {
1115
1114
color : var (--color-text );
@@ -1125,6 +1124,7 @@ ul.tsd-type-parameter-list h5 {
1125
1124
display : flex;
1126
1125
justify-content : space-between;
1127
1126
height : 2.5rem ;
1127
+ margin : 0 auto;
1128
1128
}
1129
1129
.tsd-page-toolbar .table-cell {
1130
1130
position : relative;
You can’t perform that action at this time.
0 commit comments