mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-12-12 19:17:58 +00:00
fix mobile home page style
This commit is contained in:
@@ -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: [
|
||||
|
||||
Reference in New Issue
Block a user