mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
better spacing for preview list
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
.command-panel {
|
||||
padding: 5px;
|
||||
position: relative;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.command-panel .is-loading {
|
||||
@@ -20,7 +20,7 @@
|
||||
.command-panel .preview-list {
|
||||
max-height: 300px;
|
||||
overflow: auto;
|
||||
margin: 10px 0 10px 10px;
|
||||
margin: 0 0 10px 0;
|
||||
position: relative;
|
||||
cursor: default;
|
||||
}
|
||||
@@ -81,7 +81,6 @@
|
||||
|
||||
.command-panel .prompt-and-editor .editor {
|
||||
position: relative;
|
||||
margin-right: -4px;
|
||||
}
|
||||
|
||||
.command-panel .prompt-and-editor {
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
.command-panel .preview-list {
|
||||
background-color: #19191b;
|
||||
color: #C5C8C6;
|
||||
border: 1px solid rgba(0, 0, 0, 0.5);
|
||||
border: 1px solid rgba(0, 0, 0, 0.2);
|
||||
border-bottom: 1px solid rgba(255, 255, 255, 0.05);
|
||||
border-right: 1px solid rgba(255, 255, 255, 0.05);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user