Fix position of triangle in app menu

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
Morris Jobke 2017-03-21 16:48:13 -06:00
parent d2b1b02244
commit 6d35827bf6
No known key found for this signature in database
GPG Key ID: 9CE5ED29E7FCD38A
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;
}