mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-03 16:59:06 +02:00
fix(v2): align search icon on small width device (#1893)
* fix(v2): align search icon on small width device * nits * nits
This commit is contained in:
parent
fabaf7772b
commit
84462e218e
2 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
@ -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
|
||||
|
|
|
@ -74,6 +74,7 @@
|
|||
|
||||
.search-icon {
|
||||
display: inline;
|
||||
vertical-align: sub;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue