diff options
author | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2018-02-28 10:26:36 +0100 |
---|---|---|
committer | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2018-02-28 10:26:36 +0100 |
commit | 958463e1c70118a1af970ca46aae07e2017effa6 (patch) | |
tree | e2f8f0ea710b7564b7e4518a8c0d326edb2091e8 | |
parent | 615f3b497dd95e127f4f5b4cb262e94ee9f3bbe5 (diff) | |
download | nextcloud-server-958463e1c70118a1af970ca46aae07e2017effa6.tar.gz nextcloud-server-958463e1c70118a1af970ca46aae07e2017effa6.zip |
fixup! Fixed app navigation for IE11
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
-rw-r--r-- | core/css/apps.scss | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/core/css/apps.scss b/core/css/apps.scss index dfa53bde002..8a2fa5ac052 100644 --- a/core/css/apps.scss +++ b/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 { |