Browse Source

Ui improvements

update-deps
Alex Mikhalev 7 years ago
parent
commit
8a94875aee
  1. 4
      app/components/App.tsx
  2. 3
      app/index.html
  3. 1
      app/styles/app.css

4
app/components/App.tsx

@ -14,10 +14,10 @@ class App extends React.Component {
render() { render() {
return ( return (
<Container> <Container>
<MessageTest /> {/* <MessageTest /> */}
<DevicesView /> <DevicesView />
<MessagesView /> <MessagesView />
<DevTools /> {/* <DevTools /> */}
</Container> </Container>
); );
} }

3
app/index.html

@ -2,6 +2,9 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1">
<title>Sprinklers3</title> <title>Sprinklers3</title>
</head> </head>
<body> <body>

1
app/styles/app.css

@ -46,6 +46,7 @@
bottom: 1em; bottom: 1em;
left: 1em; left: 1em;
right: 1em; right: 1em;
padding-left: 0;
z-index: 1000; z-index: 1000;
display: flex; display: flex;
flex-direction: column; flex-direction: column;

Loading…
Cancel
Save