mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Show preview list when X x operation completes
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user