Avoid flickering of app actions when cursor is between grid items

This commit is contained in:
Johannes Zellner
2020-12-08 11:36:59 +01:00
parent c9ae24cf62
commit b608859ef9
+4 -4
View File
@@ -294,8 +294,8 @@ textarea {
}
.grid-item {
padding: 10px;
width: 241px;
margin: 10px;
width: 221px;
@media(max-width:767px) {
width: 100%;
@@ -334,10 +334,10 @@ textarea {
display: block;
position: absolute;
top: 30px;
right: -10px;
right: 0;
opacity: 0;
background-color: transparent;
transition: all 250ms;
transition: opacity 250ms, right 250ms;
@media(max-width:767px) {
opacity: 1;