diff --git a/src/react/LogMonitor.js b/src/react/LogMonitor.js index e2b482e6..c9186661 100644 --- a/src/react/LogMonitor.js +++ b/src/react/LogMonitor.js @@ -13,15 +13,14 @@ const styles = { fontSize: '0.95em' }, buttonBar: { - height: 45, - marginBottom: 1, - paddingLeft: 2 + height: 40, + textAlign: 'center' }, elements: { position: 'absolute', left: 0, right: 0, - top: 27, + top: 40, bottom: 0, overflowX: 'hidden', overflowY: 'auto' diff --git a/src/react/LogMonitorButton.js b/src/react/LogMonitorButton.js index b5a4d34e..43b71527 100644 --- a/src/react/LogMonitorButton.js +++ b/src/react/LogMonitorButton.js @@ -2,11 +2,14 @@ import React from 'react'; const styles = { base: { - paddingTop: 3, - paddingBottom: 3, + marginTop: 5, + marginLeft: 4, + minWidth: 40, paddingLeft: 6, paddingRight: 6, - marginTop: 2, + height: 30, + borderRadius: 4, + lineHeight: "30px", display: 'inline-block', fontSize: '0.8em' }