Merge pull request #10723 from nextcloud/fix/10722/10716/header-fixes

Fixes more apps menu and settings/user menu positions
This commit is contained in:
John Molakvoæ 2018-08-20 15:22:48 +02:00 committed by GitHub
commit 080572993e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 3 deletions

View File

@ -229,6 +229,7 @@ nav[role='navigation'] {
width: $header-height;
height: $header-height;
margin-left: -$header-height;
position: relative;
}
.header-left #navigation {
@ -399,13 +400,14 @@ nav[role='navigation'] {
display: block;
}
}
#expanddiv:after {
right: 22px;
}
}
/* Settings menu */
#expanddiv {
&.menu {
right: 17px;
}
a {
display: inline-flex;
align-items: center;
@ -455,6 +457,7 @@ nav[role='navigation'] {
opacity: .6;
}
}
.app-loading {
> svg {
display: none;
@ -555,6 +558,10 @@ nav[role='navigation'] {
li.hidden {
display: none;
}
#more-apps {
z-index: 2;
}
}
/* Skip navigation links show only on keyboard focus */