Increase mobile size to 800
This commit is contained in:
parent
6ea49e04ae
commit
70efbe75b1
1 changed files with 1 additions and 1 deletions
|
|
@ -210,7 +210,7 @@ class MyTheme {
|
||||||
}
|
}
|
||||||
|
|
||||||
void setScreenType(double width) {
|
void setScreenType(double width) {
|
||||||
if (width <= 500) {
|
if (width <= 800) {
|
||||||
screenType = "mobile";
|
screenType = "mobile";
|
||||||
} else {
|
} else {
|
||||||
screenType = "desktop";
|
screenType = "desktop";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue