(css) Reclaim some space in addressbook list

pull/101/head^2
Francis Lachapelle 2015-11-25 11:15:31 -05:00
parent 6918650f5b
commit 6c1e443d01
1 changed files with 5 additions and 0 deletions

View File

@ -52,6 +52,11 @@ $detailView-width: grid-step(8) !global;
.view-list {
z-index: ($z-index-view - 1);
min-width: ($listView-width - ($pitch * 2));
md-list-item {
.md-button {
margin: 0;
}
}
@include at(md){
@include flex-col(md, 6, 1, 1);
min-width: ($pitch * 3);