fix: homeMenuResizer position when menu is drawer. (#1896)

This commit is contained in:
0x7c01 2023-02-28 14:33:50 +08:00 committed by GitHub
parent 2451d3188c
commit 1945b0fe05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -244,7 +244,7 @@ class _HomeScreenState extends State<HomeScreen> {
animate: true)
.animate(layout.animDuration, Curves.easeOut),
homeMenuResizer
.positioned(left: layout.homePageLOffset - 5)
.positioned(left: layout.menuWidth - 5)
.animate(layout.animDuration, Curves.easeOut),
],
);