mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-23 20:23:08 +00:00
Fix community anchor link to make it clear on all desktop/laptop screens (#3134)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user