tweak search style (#10985)

This commit is contained in:
Neo
2017-09-30 23:26:52 +08:00
committed by Brian Vaughn
parent 2e2dc6708f
commit ca77e34436
2 changed files with 9 additions and 1 deletions
@@ -140,6 +140,7 @@ const Header = ({location}) => (
flexDirection: 'row',
alignItems: 'center',
paddingLeft: '0.5rem',
paddingRight: '0.5rem',
[media.lessThan('small')]: {
justifyContent: 'flex-end',
+8 -1
View File
@@ -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;