mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-06-07 18:02:48 +08:00
fix mobile home page style
This commit is contained in:
parent
3e27f82765
commit
23389ef140
@ -125,7 +125,6 @@ class _AddressBookState extends State<AddressBook> {
|
||||
),
|
||||
),
|
||||
),
|
||||
Divider(),
|
||||
_buildPeersViews()
|
||||
],
|
||||
);
|
||||
|
@ -98,7 +98,6 @@ class _PeerTabPageState extends State<PeerTabPage>
|
||||
height: 28,
|
||||
child: Container(
|
||||
padding: isDesktop ? null : EdgeInsets.symmetric(horizontal: 2),
|
||||
constraints: isDesktop ? null : kMobilePageConstraints,
|
||||
child: Row(
|
||||
crossAxisAlignment: CrossAxisAlignment.center,
|
||||
children: [
|
||||
|
@ -173,7 +173,7 @@ class _ConnectionPageState extends State<ConnectionPage> {
|
||||
),
|
||||
);
|
||||
return Align(
|
||||
alignment: Alignment.topLeft,
|
||||
alignment: Alignment.topCenter,
|
||||
child: Container(constraints: kMobilePageConstraints, child: w));
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user