fix mobile home page style

This commit is contained in:
rustdesk 2023-06-21 23:29:12 +08:00
parent 3e27f82765
commit 23389ef140
3 changed files with 1 additions and 3 deletions

View file

@ -173,7 +173,7 @@ class _ConnectionPageState extends State<ConnectionPage> {
),
);
return Align(
alignment: Alignment.topLeft,
alignment: Alignment.topCenter,
child: Container(constraints: kMobilePageConstraints, child: w));
}