Imrove layer list design

This commit is contained in:
Lukas Martinelli
2016-12-17 16:43:25 +01:00
parent dc8618cf3c
commit a91a1e99e0
8 changed files with 69 additions and 30 deletions

View File

@@ -123,7 +123,7 @@ export default class App extends React.Component {
top: 50,
left: 0,
zIndex: 100,
width: 200,
width: 180,
overflow: "hidden",
backgroundColor: colors.gray
}}>
@@ -136,7 +136,7 @@ export default class App extends React.Component {
<div style={{
...fullHeight,
top: 50,
left: 200,
left: 180,
zIndex: 100,
width: 300,
overflow: "hidden",