Fixup the app grid icon action layout
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user