fixup! Fixed app navigation for IE11
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
parent
615f3b497d
commit
958463e1c7
1 changed files with 4 additions and 1 deletions
|
@ -999,6 +999,8 @@ kbd {
|
|||
object-fit: cover;
|
||||
user-select: none;
|
||||
cursor: pointer;
|
||||
top: 50%;
|
||||
margin-top: -20px;
|
||||
}
|
||||
|
||||
.app-content-list-item-line-one,
|
||||
|
@ -1017,7 +1019,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 {
|
||||
|
|
Loading…
Reference in a new issue