Improve inspect popups

This commit is contained in:
Lukas Martinelli
2016-12-25 17:46:18 +01:00
parent 720c8f108b
commit e1bc2a321a
8 changed files with 133 additions and 55 deletions

View File

@@ -23,8 +23,8 @@ class LayerTypeDragHandle extends React.Component {
{...this.props}
style={{
cursor: 'move',
width: 15,
height: 15,
width: fontSizes[4],
height: fontSizes[4],
paddingRight: margins[0],
}}
/>
@@ -115,7 +115,7 @@ class LayerListItem extends React.Component {
getChildContext() {
return {
reactIconBase: { size: 12 }
reactIconBase: { size: fontSizes[4] }
}
}