mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Merge pull request #7066 from nextcloud/appmenu-fix
Fix header app menu
This commit is contained in:
commit
271a2692bd
1 changed files with 4 additions and 1 deletions
|
|
@ -143,7 +143,6 @@
|
|||
#header-left, .header-left {
|
||||
flex: 0 0;
|
||||
flex-grow: 1;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
|
|
@ -319,6 +318,10 @@ nav {
|
|||
.in-header {
|
||||
display: none;
|
||||
}
|
||||
ul {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
}
|
||||
|
||||
/* USER MENU -----------------------------------------------------------------*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue