mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
tweak search style (#10985)
This commit is contained in:
@@ -140,6 +140,7 @@ const Header = ({location}) => (
|
||||
flexDirection: 'row',
|
||||
alignItems: 'center',
|
||||
paddingLeft: '0.5rem',
|
||||
paddingRight: '0.5rem',
|
||||
|
||||
[media.lessThan('small')]: {
|
||||
justifyContent: 'flex-end',
|
||||
|
||||
@@ -388,6 +388,13 @@
|
||||
padding: 8px 0;
|
||||
text-align: center;
|
||||
font-size: 1.2em;
|
||||
background-color: #373940;
|
||||
margin-top: -8px;
|
||||
}
|
||||
|
||||
.algolia-autocomplete .algolia-docsearch-suggestion--no-results .algolia-docsearch-suggestion--text {
|
||||
color: #ffffff;
|
||||
margin-top: 4px;
|
||||
}
|
||||
|
||||
.algolia-autocomplete .algolia-docsearch-suggestion--no-results::before {
|
||||
@@ -419,7 +426,7 @@
|
||||
|
||||
.algolia-autocomplete .algolia-docsearch-footer {
|
||||
width: 110px;
|
||||
height: 20px;
|
||||
height: 0px;
|
||||
z-index: 2000;
|
||||
float: right;
|
||||
font-size: 0;
|
||||
|
||||
Reference in New Issue
Block a user