diff --git a/src/interface/index.js b/src/interface/index.js index 854f820..f9245ce 100644 --- a/src/interface/index.js +++ b/src/interface/index.js @@ -61,6 +61,9 @@ const styles = { sliceActions: { flexShrink: 0, }, + sliceInfo: { + margin: '10px 0' + }, sliceButtons: { justifyContent: 'flex-end', display: 'flex' @@ -303,9 +306,11 @@ class Interface extends React.Component { onChange={this.onChangeSettings} />
- {error &&

{error}

} - {isSlicing &&

{progress.action}

} - {isSlicing && } +
+ {error &&

{error}

} + {isSlicing &&

{progress.action}

} + {isSlicing && } +
{onCancel &&