mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-08 13:53:08 +03:00
fix: remove tip about Ctrl-H
This commit is contained in:
parent
dc2355ae3d
commit
76572dcbec
|
@ -120,7 +120,7 @@ export default class LogMonitor {
|
||||||
<div style={{
|
<div style={{
|
||||||
fontFamily: 'monospace',
|
fontFamily: 'monospace',
|
||||||
position: 'relative',
|
position: 'relative',
|
||||||
padding: '1rem',
|
padding: '1rem 1rem 0 1rem',
|
||||||
height: '100%'
|
height: '100%'
|
||||||
}}>
|
}}>
|
||||||
<div style={{marginBottom: 40, fontSize: 12}}>
|
<div style={{marginBottom: 40, fontSize: 12}}>
|
||||||
|
@ -168,7 +168,6 @@ 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