mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-05-11 18:36:11 +02:00
fix mobile home page style
This commit is contained in:
parent
3e27f82765
commit
23389ef140
3 changed files with 1 additions and 3 deletions
|
@ -173,7 +173,7 @@ class _ConnectionPageState extends State<ConnectionPage> {
|
|||
),
|
||||
);
|
||||
return Align(
|
||||
alignment: Alignment.topLeft,
|
||||
alignment: Alignment.topCenter,
|
||||
child: Container(constraints: kMobilePageConstraints, child: w));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue