Browse Source
Fix community anchor link to make it clear on all desktop/laptop screens (#3134)
main
Rusimbi Patrick
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/components/LayoutHeader/DocSearch.js
|
|
@ -44,7 +44,6 @@ class DocSearch extends Component<{}, State> { |
|
|
|
alignItems: 'center', |
|
|
|
paddingLeft: '0.25rem', |
|
|
|
paddingRight: '0.25rem', |
|
|
|
|
|
|
|
[media.lessThan('expandedSearch')]: { |
|
|
|
justifyContent: 'flex-end', |
|
|
|
marginRight: 10, |
|
|
@ -56,6 +55,7 @@ class DocSearch extends Component<{}, State> { |
|
|
|
// },
|
|
|
|
[media.greaterThan('expandedSearch')]: { |
|
|
|
minWidth: 100, |
|
|
|
width: 'calc(100% / 5)', |
|
|
|
}, |
|
|
|
}}> |
|
|
|
<input |
|
|
|