Better fix for KitKat 4.4

This commit is contained in:
Sebastiaan Pasma 2018-09-05 16:44:33 +02:00
commit f52b2e7f09
No known key found for this signature in database
GPG key ID: 9A2B0C8B95A1D26F
2 changed files with 1 additions and 4 deletions

View file

@ -27,6 +27,7 @@
left: 13px;
top: 50%;
padding: 0;
-webkit-transform: translate(0,-50%);
transform: translate(0,-50%);
}
}

View file

@ -20,8 +20,4 @@
color: $v-warning-color-2;
}
.item .item-content.item-content-avatar > img:first-child, .item .item-content.item-content-avatar > i:first-child {
top: calc(50% - 20px); // XX SP: Icons are 40px
transform: none;
}
}