Clean the UI on first use of a pad (hide chat and reduce help)
This commit is contained in:
@@ -306,6 +306,10 @@ define([], function () {
|
||||
];
|
||||
};
|
||||
|
||||
Util.isSmallScreen = function () {
|
||||
return window.innerHeight < 800 || window.innerWidth < 800;
|
||||
};
|
||||
|
||||
return Util;
|
||||
});
|
||||
}(self));
|
||||
|
||||
Reference in New Issue
Block a user