minor ui cleanups

This commit is contained in:
Christien Rioux 2024-08-01 16:03:50 -05:00
parent e2f810f6e5
commit 079efb02b9
7 changed files with 43 additions and 39 deletions

View file

@ -230,7 +230,7 @@ class HomeScreenState extends State<HomeScreen>
menuScreenTapClose: canClose,
mainScreenTapClose: canClose,
disableDragGesture: !canClose,
mainScreenScale: .15,
mainScreenScale: .25,
slideWidth: min(360, MediaQuery.of(context).size.width * 0.9),
)));
}