diff --git a/core/js/dist/main.js b/core/js/dist/main.js
index e62e0ef6ed1aee2b09199a066ea8cb2c9ae0d851..ecbbd09b39a3a28f266231d0f7bb389b295ac0fa 100644
Binary files a/core/js/dist/main.js and b/core/js/dist/main.js differ
diff --git a/core/src/init.js b/core/src/init.js
index 7fd04a65ac606abacf397b4907596f8a79452bad..d2282beb023ffbfe5362eaf5a00188eee37c8a74 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) {