forked from yaso_meth/mih-project
increase mobile screen size to max of <=500
This commit is contained in:
@@ -185,7 +185,7 @@ class MyTheme {
|
||||
}
|
||||
|
||||
void setScreenType(double width) {
|
||||
if (width <= 420) {
|
||||
if (width <= 500) {
|
||||
screenType = "mobile";
|
||||
} else {
|
||||
screenType = "desktop";
|
||||
|
||||
Reference in New Issue
Block a user