Show preview list when X x operation completes

This commit is contained in:
Corey Johnson & Nathan Sobo
2012-07-17 18:39:29 -06:00
parent f998da301c
commit faea4aedcc
7 changed files with 73 additions and 20 deletions

View File

@@ -4,6 +4,14 @@
width: 100%;
background: #515151;
padding: 3px;
}
.command-panel .preview-list {
max-height: 300px;
overflow: auto;
}
.command-panel .prompt-and-editor {
display: -webkit-box;
}