increase mobile screen size to max of <=500
This commit is contained in:
parent
069f787ace
commit
991e207924
1 changed files with 1 additions and 1 deletions
|
|
@ -185,7 +185,7 @@ class MyTheme {
|
||||||
}
|
}
|
||||||
|
|
||||||
void setScreenType(double width) {
|
void setScreenType(double width) {
|
||||||
if (width <= 420) {
|
if (width <= 500) {
|
||||||
screenType = "mobile";
|
screenType = "mobile";
|
||||||
} else {
|
} else {
|
||||||
screenType = "desktop";
|
screenType = "desktop";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue