mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Meta-: toggles the command palette
This commit is contained in:
10
static/command-panel.css
Normal file
10
static/command-panel.css
Normal file
@@ -0,0 +1,10 @@
|
||||
.command-panel {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
padding: 3px;
|
||||
background: #515151;
|
||||
}
|
||||
|
||||
.command-panel .editor .gutter {
|
||||
display: none;
|
||||
}
|
||||
Reference in New Issue
Block a user