Browse Source

fixup! Fixed app navigation for IE11

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
pull/8573/head
John Molakvoæ (skjnldsv) 9 years ago
parent
commit
958463e1c7
No known key found for this signature in database GPG Key ID: FB5ACEED51955BF8
  1. 5
      core/css/apps.scss

5
core/css/apps.scss

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

Loading…
Cancel
Save