Skip to content

Commit

Permalink
fix(v2): align search icon on small width device (#1893)
Browse files Browse the repository at this point in the history
* fix(v2): align search icon on small width device

* nits

* nits
  • Loading branch information
endiliey authored and yangshun committed Oct 27, 2019
1 parent fabaf77 commit 84462e2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG-2.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

## Unreleased

- Convert sitemap plugin to TypeScript
- Slightly adjust search icon position to be more aligned on small width device.
- Convert sitemap plugin to TypeScript.
- Significantly reduce main bundle size and initial HTML payload on production build. Generated JS files from webpack is also shorter in name.

## 2.0.0-alpha.31
Expand All @@ -14,8 +15,8 @@
- Fix search bar focus bug. When you put the focus on search input, previously the focus will remain although we have clicked to other area outside of the search input.
- New themeConfig option `sidebarCollapsible`. It is on by default. If explicitly set to `false`, all doc items in sidebar is expanded. Otherwise, it will still be a collapsible sidebar.
- Disable adding hashes to the generated class names of CSS modules in dev mode. Generating unique identifiers takes some time, which can be saved since including paths to files in class names is enough to avoid collisions.
- Fix showing sidebar category with empty items.
- Update infima from 0.2.0-alpha.2 to 0.2.0-alpha.3
- Fix showing sidebar category with empty items.
- Fix pagination nav and right sidebar color contrast ratio
- Fix sidebar arrow color in dark mode
- Fix footer mobile issue
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@

.search-icon {
display: inline;
vertical-align: sub;
}

}
Expand Down

0 comments on commit 84462e2

Please sign in to comment.