Revert set miniscreen to 250px.

Thanks to zlobcek, mfilser and xet7 !

Related https://github.com/wekan/wekan/discussions/4753,
related https://github.com/wekan/wekan/pull/4649
This commit is contained in:
Lauri Ojansivu 2022-11-21 23:29:44 +02:00
parent 0849df2e88
commit 6a4e17e039
4 changed files with 5 additions and 3 deletions

View file

@ -255,7 +255,7 @@ Utils = {
isMiniScreen() {
// OLD WINDOW WIDTH DETECTION:
this.windowResizeDep.depend();
return $(window).width() <= 250;
return $(window).width() <= 800;
},
isTouchScreen() {