From bc2032bed78a1901ff8fca74ba0230acfe38f551 Mon Sep 17 00:00:00 2001 From: "John Molakvoæ (skjnldsv)" Date: Wed, 28 Feb 2018 10:26:36 +0100 Subject: fixup! Fixed app navigation for IE11 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- core/css/apps.scss | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'core/css') diff --git a/core/css/apps.scss b/core/css/apps.scss index 405d42d0948..eda16deca2e 100644 --- a/core/css/apps.scss +++ b/core/css/apps.scss @@ -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 { -- cgit v1.2.3