diff options
Diffstat (limited to 'core/src')
-rw-r--r-- | core/src/init.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/src/init.js b/core/src/init.js index 7fd04a65ac6..d2282beb023 100644 --- a/core/src/init.js +++ b/core/src/init.js @@ -39,8 +39,8 @@ const resizeMenu = () => { const appList = $('#appmenu li') const rightHeaderWidth = $('.header-right').outerWidth() const headerWidth = $('header').outerWidth() - const usePercentualAppMenuLimit = 0.33 - const minAppsDesktop = 8 + const usePercentualAppMenuLimit = 0.67 + const minAppsDesktop = 12 let availableWidth = headerWidth - $('#nextcloud').outerWidth() - (rightHeaderWidth > 210 ? rightHeaderWidth : 210) const isMobile = $(window).width() < breakpointMobileWidth if (!isMobile) { |