sort out some app display weirdness

This commit is contained in:
redmatrix
2015-09-02 21:35:49 -07:00
parent 3285c71995
commit 3e7edf504d
3 changed files with 14 additions and 3 deletions

View File

@@ -1,6 +1,15 @@
.app-container {
float: left;
width: 125px;
height: 200px;
height: 180px;
padding: 20px;
}
.app-detail {
height: 140px;
overflow: none;
}
.app-tools {
margin-bottom: 0;
}