Skip to content

Commit

Permalink
Fix centering of title bar
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerrit0 committed Sep 1, 2022
1 parent 4cd5744 commit c72c75c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
# Unreleased

### Bug Fixes

- Fixed centering of title bar on wide displays, actually this time, #2046.

## v0.23.13 (2022-09-01)

### Bug Fixes

- Fixed packages mode bug introduced in 0.23.12 (again), #2043.
- Fixed packages mode bug introduced in 0.23.12, #2043.

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

Expand Down
2 changes: 1 addition & 1 deletion static/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1109,7 +1109,6 @@ 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 All @@ -1125,6 +1124,7 @@ ul.tsd-type-parameter-list h5 {
display: flex;
justify-content: space-between;
height: 2.5rem;
margin: 0 auto;
}
.tsd-page-toolbar .table-cell {
position: relative;
Expand Down

0 comments on commit c72c75c

Please sign in to comment.