Commit fd765ec9 authored by Przemyslaw Kaminski's avatar Przemyslaw Kaminski

SearchBar: some more styling fixes

parent 47fe0c28
...@@ -31,6 +31,7 @@ ...@@ -31,6 +31,7 @@
margin-top: 11px; margin-top: 11px;
text-align: center; text-align: center;
max-width: 800px; max-width: 800px;
height: 33px;
float: left; float: left;
display: grid; display: grid;
grid-template-columns: auto auto auto; grid-template-columns: auto auto auto;
......
...@@ -63,7 +63,7 @@ toggleButton :: R.State Boolean -> R.Element ...@@ -63,7 +63,7 @@ toggleButton :: R.State Boolean -> R.Element
toggleButton open = toggleButton open =
H.button { onClick: onToggleExpanded open, className: "search-bar-toggle" } H.button { onClick: onToggleExpanded open, className: "search-bar-toggle" }
[ H.i { className: "material-icons md-24" [ H.i { className: "material-icons md-24"
, style: { marginTop: "-5px", color: "#000" } } , style: { marginTop: "-2px", color: "#000" } }
[ H.text "control_point" ] ] [ H.text "control_point" ] ]
onToggleExpanded :: forall e. R.State Boolean -> EffectFn1 e Unit onToggleExpanded :: forall e. R.State Boolean -> EffectFn1 e Unit
......
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