increase mobile screen size to max of <=500

This commit is contained in:
2024-09-05 11:02:22 +02:00
parent 069f787ace
commit 991e207924

View File

@@ -185,7 +185,7 @@ class MyTheme {
}
void setScreenType(double width) {
if (width <= 420) {
if (width <= 500) {
screenType = "mobile";
} else {
screenType = "desktop";