fixed #75: added esc btn to disable cmd mode

This commit is contained in:
unknown 2021-08-26 15:45:31 +05:30
parent b733b3c59f
commit 4d44562ada
2 changed files with 29 additions and 12 deletions

View file

@ -25,6 +25,17 @@
transform: scale(0.8);
margin: 0 var(--sp-extra-tight);
}
& .btn-cmd-esc {
display: none;
margin: 0 var(--sp-extra-tight);
padding: var(--sp-ultra-tight) var(--sp-tight);
border-radius: calc(var(--bo-radius) / 2);
box-shadow: var(--bs-surface-border);
cursor: pointer;
& .text { color: var(--tc-surface-normal); }
}
& .scrollbar {
max-height: 50vh;
flex: 1;