merge branch master into strings
This commit is contained in:
commit
75a4b73a83
30 changed files with 194 additions and 156 deletions
|
@ -799,7 +799,7 @@ import 'flexStyles';
|
|||
}
|
||||
|
||||
function getNavDrawerOptions() {
|
||||
let drawerWidth = screen.availWidth - 50;
|
||||
let drawerWidth = window.screen.availWidth - 50;
|
||||
drawerWidth = Math.max(drawerWidth, 240);
|
||||
drawerWidth = Math.min(drawerWidth, 320);
|
||||
return {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue