diff options
author | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2017-09-14 16:07:36 +0200 |
---|---|---|
committer | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2017-09-21 14:00:36 +0200 |
commit | 085d963166ec5c0c8b59faedf7a8d76908fcf6bc (patch) | |
tree | cd23ab4c4c78d167b2b73dba0ffc86eb215eee03 /core/css/apps.scss | |
parent | 728e00b1b0fb7c89dffe864d3fc1d4ba89d687a8 (diff) | |
download | nextcloud-server-085d963166ec5c0c8b59faedf7a8d76908fcf6bc.tar.gz nextcloud-server-085d963166ec5c0c8b59faedf7a8d76908fcf6bc.zip |
Icon shifting and unification of padding
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'core/css/apps.scss')
-rw-r--r-- | core/css/apps.scss | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/core/css/apps.scss b/core/css/apps.scss index 262d3888f89..979d5459337 100644 --- a/core/css/apps.scss +++ b/core/css/apps.scss @@ -103,6 +103,12 @@ kbd { > li { display: inline-flex; flex-wrap: wrap; + + > a { + /* Ugly hack for overriding the main entry link */ + padding-left: 44px !important; + } + &:focus, &:hover, &.active, @@ -134,7 +140,7 @@ kbd { /* Second level nesting for lists */ > ul { flex: 1 0 100%; - padding-left: 44px; + padding-left: 62px; width: inherit; transition: max-height 2000ms ease-in-out, opacity 250ms ease-in-out; |