Selectable List in place

This commit is contained in:
John Lyon-Smith
2018-03-03 11:24:48 -08:00
parent 7756963eb2
commit 3ef0a3bdc9
19 changed files with 312 additions and 194 deletions

View File

@@ -22,7 +22,7 @@ class PanelButton extends Component {
]}
onClick={onClick}>
<div style={{ position: 'relative' }}>
<Icon name={icon} size={sizeInfo.panelIconSize} />
<Icon name={icon} size={sizeInfo.panelIconSize} margin={0} />
<span style={{
position: 'absolute',
top: sizeInfo.panelTextOffset,