-
-
-
this.handleSearchChange(e)}
- onBlur={(e) => this.handleSearchChange(e)}
- value={this.state.search}
- onChange={(e) => this.handleSearchChange(e)}
- placeholder='Search'
- type='text'
- />
+
+
+
+
+ this.handleSearchChange(e)}
+ onBlur={(e) => this.handleSearchChange(e)}
+ value={this.state.search}
+ onChange={(e) => this.handleSearchChange(e)}
+ placeholder='Search'
+ type='text'
+ />
+
{this.state.search > 0 &&
}
-
-
-
-
-
-
-
)
diff --git a/browser/styles/index.styl b/browser/styles/index.styl
index 6a911bae..14d50946 100644
--- a/browser/styles/index.styl
+++ b/browser/styles/index.styl
@@ -7,7 +7,7 @@ $danger-lighten-color = lighten(#c9302c, 5%)
$statusBar-height = 24px
$sideNav-width = 200px
$sideNav--folded-width = 44px
-$topBar-height = 60px
+$topBar-height = 50px
// UI default
$ui-text-color = #515151