set miniscreen to 250px

This commit is contained in:
Repmovs 2022-08-20 17:08:50 +00:00
parent 6a20f6dc70
commit 03a75c9c05
4 changed files with 4 additions and 6 deletions

View file

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