Skip to content

Commit d39cea0

Browse files
committed
change mobile size
1 parent 9399eac commit d39cea0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/components/my_page_view.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class MyPageView extends StatelessWidget {
1414
@override
1515
Widget build(BuildContext context) {
1616
var shortestSide = MediaQuery.of(context).size.shortestSide;
17-
final bool isMobile = shortestSide < 720;
17+
final bool isMobile = shortestSide < 600;
1818
Widget myDrawer() {
1919
return Container(
2020
color: Colors.white,

0 commit comments

Comments
 (0)