Skip to content

Commit

Permalink
Merge pull request #10723 from nextcloud/fix/10722/10716/header-fixes
Browse files Browse the repository at this point in the history
Fixes more apps menu and settings/user menu positions
  • Loading branch information
skjnldsv authored Aug 20, 2018
2 parents 6e10358 + 36dfaf0 commit 0805729
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions core/css/header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@ nav[role='navigation'] {
width: $header-height;
height: $header-height;
margin-left: -$header-height;
position: relative;
}

.header-left #navigation {
Expand Down Expand Up @@ -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;
Expand Down Expand Up @@ -455,6 +457,7 @@ nav[role='navigation'] {
opacity: .6;
}
}

.app-loading {
> svg {
display: none;
Expand Down Expand Up @@ -555,6 +558,10 @@ nav[role='navigation'] {
li.hidden {
display: none;
}

#more-apps {
z-index: 2;
}
}

/* Skip navigation links – show only on keyboard focus */
Expand Down

0 comments on commit 0805729

Please sign in to comment.