diff --git a/js/page/home.js b/js/page/home.js index f890f4845..cbb5796d1 100644 --- a/js/page/home.js +++ b/js/page/home.js @@ -1,9 +1,18 @@ -var searchInputStyle = { - width: '400px', +var + searchContainerStyle = { display: 'block', marginBottom: '48px', marginLeft: 'auto', - marginRight: 'auto' + marginRight: 'auto', + textAlign: 'center' + }, + protocolLabelStyle = { + color: '#888', + fontSize: '0.9em', + marginRight: '2px' + }, + searchInputStyle = { + width: '400px', }, fetchResultsStyle = { color: '#888', @@ -320,8 +329,13 @@ var Discover = React.createClass({ console.log(this.state); return (
-
+
+
+ lbry:// + +
+
{ this.state.searching ? : null } { !this.state.searching && this.state.query && this.state.results.length ? : null } { !this.state.searching && this.state.query && !this.state.results.length ? : null }