mirror of
https://github.com/maputnik/editor.git
synced 2026-01-05 21:10:02 +00:00
Imrove layer list design
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user