mirror of
https://github.com/facebook/docusaurus.git
synced 2025-07-30 23:08:54 +02:00
styles(v2): update infima and fix styles (#1892)
This commit is contained in:
parent
60a4d1dd60
commit
9fdda55672
5 changed files with 16 additions and 10 deletions
|
@ -76,6 +76,7 @@ const Search = props => {
|
|||
placeholder="Search"
|
||||
aria-label="Search"
|
||||
className={classnames(
|
||||
'navbar__search-input',
|
||||
{'search-bar-expanded': props.isSearchBarExpanded},
|
||||
{'search-bar': !props.isSearchBarExpanded},
|
||||
)}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue