Commit 47fe0c28 authored by Przemyslaw Kaminski's avatar Przemyslaw Kaminski

SearchBar: more styline (toggle moved in line with the bar)

parent d89c75de
......@@ -28,12 +28,16 @@
height: 100%;
}
.search-bar-container {
margin-top: 11px;
text-align: center;
max-width: 800px;
float: left;
display: grid;
grid-template-columns: auto auto auto;
}
.search-bar-toggle {
padding: 2px;
margin: 2px;
border: 0;
}
.search-field {
......
......@@ -26,7 +26,7 @@ import Gargantext.Utils (id)
type Props = ( open :: Boolean, databases :: Array Database )
defaultProps :: Record Props
defaultProps = { open: true, databases: allDatabases }
defaultProps = { open: false, databases: allDatabases }
searchBar :: Record Props -> R.Element
searchBar p = R.createElement searchBarComponent p []
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment