fix: add tip of Ctrl-H

This commit is contained in:
Eugene Rodionov 2015-07-23 09:01:14 +03:00
parent d4a0a011cd
commit 63c81be804

View File

@ -120,7 +120,8 @@ export default class LogMonitor {
<div style={{ <div style={{
fontFamily: 'monospace', fontFamily: 'monospace',
position: 'relative', position: 'relative',
padding: '1rem' padding: '1rem',
height: '100%'
}}> }}>
<div style={{marginBottom: 40, fontSize: 12}}> <div style={{marginBottom: 40, fontSize: 12}}>
<div style={{float: 'left'}}> <div style={{float: 'left'}}>
@ -167,6 +168,7 @@ export default class LogMonitor {
</div> </div>
</div> </div>
{elements} {elements}
<p style={{bottom: 0, position: 'absolute'}}>Tip: Ctrl-H to hide</p>
</div> </div>
); );
} }