Android KitKat (4.4) fixes

This commit is contained in:
Sebastiaan Pasma 2018-09-05 14:03:01 +02:00
commit 477a9b6995
No known key found for this signature in database
GPG key ID: 9A2B0C8B95A1D26F
4 changed files with 8 additions and 2 deletions

View file

@ -350,6 +350,7 @@
.primary-amount-display { .primary-amount-display {
margin-right: 5px; margin-right: 5px;
word-break: break-all; word-break: break-all;
width: 100%;
} }
} }

View file

@ -19,4 +19,9 @@
.warning { .warning {
color: $v-warning-color-2; 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;
}
} }

View file

@ -89,7 +89,7 @@
max-width: 300px; max-width: 300px;
font-size: 19px; font-size: 19px;
font-weight: bolder; font-weight: bolder;
min-height: auto; min-height: 0;
line-height: 19px; line-height: 19px;
} }
} }

View file

@ -213,7 +213,7 @@
max-width: 300px; max-width: 300px;
font-size: 19px; font-size: 19px;
font-weight: bolder; font-weight: bolder;
min-height: auto; min-height: 0;
line-height: 19px; line-height: 19px;
} }
} }