mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
11 lines
146 B
CSS
11 lines
146 B
CSS
.command-panel {
|
|
position: absolute;
|
|
bottom: 0;
|
|
padding: 3px;
|
|
background: #515151;
|
|
}
|
|
|
|
.command-panel .editor .gutter {
|
|
display: none;
|
|
}
|