The Navigation bar should still show all icons next to each other because there is enough space for them (the screenshot is taken with 1812 pixel width). This should only change when the icons don't fit on the screen anymore.

At 1811 pixel or smaller some icons are moved to the dropdown. On a 1366x768 screen this is unfortunately always the case

Operating system:
Raspberry PI
Database:
mysql 10.3.17
PHP version:
7.3.11
Nextcloud version: (see Nextcloud admin page)
NextCloudPi 18.0.5
List of activated apps:
App list
Browser:
Firefox
Operating system:
cc @nextcloud/designers
So … @karlitschek @juliushaertl what do you think?
We have more and more apps, especially with Nextcloud Hub, and limiting this to 8 seems more and more restrictive. Yes we should also not let the apps take the whole header but leave some space between the icons on the right.
I would increase the limit to not use 33% of the width on large screens, but possibly 67%. This will make it look just fine on initial install, but also make it easy to access your other apps if you use Nextcloud a lot.
Agreed. Good compromise
I would increase the limit to not use 33% of the width on large screens, but possibly 67%.
Why not just fill all the available space with a fixed margin on the right between apps and the buttons on the right?
Why not just fill all the available space with a fixed margin on the right between apps and the buttons on the right?
I’m just working with the available parameters in core:
https://github.com/nextcloud/server/blob/master/core/src/init.js#L42-L43
Could be done otherwise of course as well.