Add top and bottom margins to sidebar plugin list.

Following Material Design spec.
This commit is contained in:
Oliver Hamlet
2014-12-31 01:06:59 +00:00
parent eabf52ab28
commit 3783ab8fc7
+3
View File
@@ -88,6 +88,9 @@ paper-item > a:hover {
#cardsNav[data-editModeToggle] > loot-plugin-item {
transition: transform 0.6s;
}
#cardsNav > loot-plugin-item {
margin: 8px 0;
}
#searchBox {
display: block;
margin: 0 16px;