Ensure we set the correct display type on the app actions

This commit is contained in:
Johannes Zellner
2019-03-25 16:31:49 +01:00
parent 57cb9a1d0b
commit 2621b5c047
+2 -1
View File
@@ -248,6 +248,7 @@ h1, h2, h3 {
.app-grid {
display: flex;
flex-wrap: wrap;
width: 100%;
}
.grid-item {
@@ -284,7 +285,7 @@ h1, h2, h3 {
}
.grid-item-actions {
display: none;
display: block;
position: absolute;
top: 20px;
right: -10px;