mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Fix position of triangle in app menu
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
parent
d2b1b02244
commit
6d35827bf6
1 changed files with 1 additions and 1 deletions
|
|
@ -537,7 +537,7 @@ nav {
|
|||
border-width: 10px;
|
||||
transform: translateX(-50%);
|
||||
left: 50%;
|
||||
top: 12px;
|
||||
top: 13px;
|
||||
z-index: 100;
|
||||
display: block;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue