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