mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-09 06:13:37 +03:00
fix: add tip of Ctrl-H
This commit is contained in:
parent
d4a0a011cd
commit
63c81be804
|
@ -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>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user