fix: list item interactions on share

This commit is contained in:
Ramires Viana
2021-03-25 15:47:49 +00:00
parent c0d85f3d85
commit 87f1881b42
4 changed files with 8 additions and 10 deletions

View File

@@ -34,7 +34,7 @@
}
.share__box__info {
flex: 1 1 auto;
flex: 1 1 18em;
}
.share__box__element {

View File

@@ -25,6 +25,7 @@
transition: .1s ease background, .1s ease opacity;
align-items: center;
cursor: pointer;
user-select: none;
}
#listing .item div:last-of-type {