Browse Source
fixup! Fixed app navigation for IE11
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
pull/8573/head
John Molakvoæ (skjnldsv)
8 years ago
No known key found for this signature in database
GPG Key ID: FB5ACEED51955BF8
1 changed files with
4 additions and
1 deletions
-
core/css/apps.scss
|
|
|
@ -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 { |
|
|
|
|