fixup! Fixed app navigation for IE11

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
John Molakvoæ (skjnldsv) 2018-02-28 10:26:36 +01:00
parent b768040fca
commit bc2032bed7
No known key found for this signature in database
GPG Key ID: FB5ACEED51955BF8
1 changed files with 4 additions and 1 deletions

View File

@ -1010,6 +1010,8 @@ kbd {
object-fit: cover;
user-select: none;
cursor: pointer;
top: 50%;
margin-top: -20px;
}
.app-content-list-item-line-one,
@ -1028,7 +1030,8 @@ kbd {
.app-content-list-item-line-two {
opacity: .5;
order: 3;
flex: 1 0 calc(100% - 24px);
flex: 1 0;
flex-basis: calc(100% - 24px);
}
.app-content-list-item-details {