Merge pull request #3980 from nextcloud/fix-app-menu-triangle

Fix position of triangle in app menu
This commit is contained in:
Christoph Wurst 2017-03-22 08:43:45 +01:00 committed by GitHub
commit c6c5896474
1 changed files with 1 additions and 1 deletions

View File

@ -537,7 +537,7 @@ nav {
border-width: 10px;
transform: translateX(-50%);
left: 50%;
top: 12px;
top: 13px;
z-index: 100;
display: block;
}