Meta-: toggles the command palette

This commit is contained in:
Nathan Sobo
2012-03-20 19:59:37 -06:00
parent 28a0f5961a
commit e5eedfb7c7
4 changed files with 80 additions and 0 deletions

10
static/command-panel.css Normal file
View File

@@ -0,0 +1,10 @@
.command-panel {
position: absolute;
bottom: 0;
padding: 3px;
background: #515151;
}
.command-panel .editor .gutter {
display: none;
}