Better fix for KitKat 4.4
This commit is contained in:
parent
477a9b6995
commit
f52b2e7f09
2 changed files with 1 additions and 4 deletions
|
|
@ -27,6 +27,7 @@
|
|||
left: 13px;
|
||||
top: 50%;
|
||||
padding: 0;
|
||||
-webkit-transform: translate(0,-50%);
|
||||
transform: translate(0,-50%);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue