increase mobile screen size to max of <=500
This commit is contained in:
@@ -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";
|
||||||
|
|||||||
Reference in New Issue
Block a user