Fixup the app grid icon action layout

This commit is contained in:
Johannes Zellner
2016-01-13 14:42:39 +01:00
parent 1a30e622cc
commit 165b572a5f
2 changed files with 7 additions and 14 deletions

View File

@@ -158,19 +158,17 @@ html {
.grid-item-bottom {
display: none;
position: absolute;
top: 10px;
padding: 10px 15px;
border-top: 1px solid #ddd;
background-color: white;
right: -10px;
opacity: 0;
background-color: transparent;
transition: all 250ms;
@media(min-width:768px) {
display: block;
position: absolute;
top: 0;
right: -10px;
opacity: 0;
background-color: transparent;
transition: all 250ms;
}
}