Avoid flickering of app actions when cursor is between grid items
This commit is contained in:
+4
-4
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user