Merge pull request #7066 from nextcloud/appmenu-fix
Fix header app menu
This commit is contained in:
commit
271a2692bd
|
@ -143,7 +143,6 @@
|
||||||
#header-left, .header-left {
|
#header-left, .header-left {
|
||||||
flex: 0 0;
|
flex: 0 0;
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
overflow: hidden;
|
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -319,6 +318,10 @@ nav {
|
||||||
.in-header {
|
.in-header {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
ul {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* USER MENU -----------------------------------------------------------------*/
|
/* USER MENU -----------------------------------------------------------------*/
|
||||||
|
|
Loading…
Reference in New Issue