diff --git a/src/react/DebugPanel.js b/src/react/DebugPanel.js index c87fff6c..d999c84d 100644 --- a/src/react/DebugPanel.js +++ b/src/react/DebugPanel.js @@ -12,17 +12,15 @@ export function getDefaultStyle(props) { return { position: 'fixed', zIndex: 999, - fontSize: 17, overflow: 'auto', - opacity: 0.92, - background: 'black', + background: 'rgb(27, 27, 27)', color: 'white', left: left ? 0 : undefined, right: right ? 0 : undefined, top: top ? 0 : undefined, bottom: bottom ? 0 : undefined, maxHeight: (bottom && top) ? '100%' : '20%', - maxWidth: (left && right) ? '100%' : '20%', + maxWidth: (left && right) ? '100%' : '25%', wordWrap: 'break-word' }; } diff --git a/src/react/LogMonitor.js b/src/react/LogMonitor.js index bef5aab7..50202557 100644 --- a/src/react/LogMonitor.js +++ b/src/react/LogMonitor.js @@ -122,48 +122,51 @@ export default class LogMonitor { position: 'relative', padding: '1rem' }}> -
- ⇧ -
- } - - {!collapsed && -