mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
Don't display a margin below file-finder list when it's empty
This commit is contained in:
@@ -14,6 +14,10 @@
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
.file-finder ol:empty {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.file-finder li.selected {
|
||||
background-color: green;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user