Fix community anchor link to make it clear on all desktop/laptop screens (#3134)

This commit is contained in:
Rusimbi Patrick
2020-07-26 05:47:58 +02:00
committed by GitHub
parent 24f47fbc1e
commit bb8b0147a8

View File

@@ -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