diff options
author | Christoph Wurst <ChristophWurst@users.noreply.github.com> | 2017-03-22 08:43:45 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-22 08:43:45 +0100 |
commit | c6c589647466b1e723af3a7cb0865b7186f06c45 (patch) | |
tree | cb3d09824fd1eb051526c73f37c45918acf5056b | |
parent | cae8702ab2e5821ae54a98895ce1689aa3945be2 (diff) | |
parent | 6d35827bf6139362c67e1835a347c2f2d701f439 (diff) | |
download | nextcloud-server-c6c589647466b1e723af3a7cb0865b7186f06c45.tar.gz nextcloud-server-c6c589647466b1e723af3a7cb0865b7186f06c45.zip |
Merge pull request #3980 from nextcloud/fix-app-menu-triangle
Fix position of triangle in app menu
-rw-r--r-- | core/css/header.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/css/header.scss b/core/css/header.scss index 0687a6fed13..335ce18600c 100644 --- a/core/css/header.scss +++ b/core/css/header.scss @@ -537,7 +537,7 @@ nav { border-width: 10px; transform: translateX(-50%); left: 50%; - top: 12px; + top: 13px; z-index: 100; display: block; } |