mirror of
https://github.com/wavetermdev/waveterm.git
synced 2025-01-21 21:32:13 +01:00
shrink cmd-exec space
This commit is contained in:
parent
e21d35288f
commit
852b227574
@ -76,7 +76,7 @@
|
||||
|
||||
.cmd-input-field {
|
||||
position: relative;
|
||||
padding-right: 22em;
|
||||
padding-right: 17em;
|
||||
|
||||
.cmd-hints {
|
||||
position: absolute;
|
||||
@ -146,7 +146,7 @@
|
||||
}
|
||||
.cmd-btn {
|
||||
display: inline-block;
|
||||
margin-right: 1em;
|
||||
margin-right: 0;
|
||||
padding: 0.2em 0.7rem;
|
||||
opacity: 0.5;
|
||||
cursor: pointer;
|
||||
|
@ -164,7 +164,7 @@ class CmdInput extends React.Component<{}, {}> {
|
||||
)}
|
||||
{focusVal && (
|
||||
<div onMouseDown={this.clickHistoryHint} className="cmd-btn hoverEffect">
|
||||
{historyShow ? "close history (esc)" : "show history (ctrl-r)"}
|
||||
{historyShow ? "close (esc)" : "history (crtl-r)"}
|
||||
</div>
|
||||
)}
|
||||
<ExecIcon
|
||||
|
Loading…
Reference in New Issue
Block a user