mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
fix: homeMenuResizer position when menu is drawer. (#1896)
This commit is contained in:
parent
2451d3188c
commit
1945b0fe05
@ -244,7 +244,7 @@ class _HomeScreenState extends State<HomeScreen> {
|
|||||||
animate: true)
|
animate: true)
|
||||||
.animate(layout.animDuration, Curves.easeOut),
|
.animate(layout.animDuration, Curves.easeOut),
|
||||||
homeMenuResizer
|
homeMenuResizer
|
||||||
.positioned(left: layout.homePageLOffset - 5)
|
.positioned(left: layout.menuWidth - 5)
|
||||||
.animate(layout.animDuration, Curves.easeOut),
|
.animate(layout.animDuration, Curves.easeOut),
|
||||||
],
|
],
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user