Reduce empty space at end of card list

The plugin menus are now shorter, so less space is needed. Also remove
the transform-style CSS, as it's no longer used.
This commit is contained in:
Oliver Hamlet
2016-06-08 07:10:33 +01:00
parent 28da48a9c0
commit 8f4c492729
+1 -2
View File
@@ -91,8 +91,7 @@ div[drawer] > iron-pages {
z-index: 0;
}
#main > iron-list {
transform-style: preserve-3d;
margin-bottom: 170px;
margin-bottom: 120px;
}
#summary {
background-color: white;