From 8a94875aee7e28ca3942879ccdda91514c77a376 Mon Sep 17 00:00:00 2001 From: Alex Mikhalev Date: Fri, 15 Sep 2017 16:01:16 -0600 Subject: [PATCH] Ui improvements --- app/components/App.tsx | 4 ++-- app/index.html | 3 +++ app/styles/app.css | 1 + 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/app/components/App.tsx b/app/components/App.tsx index 0597ff5..0a25e8d 100644 --- a/app/components/App.tsx +++ b/app/components/App.tsx @@ -14,10 +14,10 @@ class App extends React.Component { render() { return ( - + {/* */} - + {/* */} ); } diff --git a/app/index.html b/app/index.html index 9d19565..213e7c3 100644 --- a/app/index.html +++ b/app/index.html @@ -2,6 +2,9 @@ + + + Sprinklers3 diff --git a/app/styles/app.css b/app/styles/app.css index a412bc9..24ace86 100644 --- a/app/styles/app.css +++ b/app/styles/app.css @@ -46,6 +46,7 @@ bottom: 1em; left: 1em; right: 1em; + padding-left: 0; z-index: 1000; display: flex; flex-direction: column;