fix peers loaded bug and fix group style on desktop, mobile has more

pending problems
This commit is contained in:
rustdesk
2023-06-23 00:32:43 +08:00
parent 20db4bed01
commit 57debc6339
3 changed files with 19 additions and 31 deletions

View File

@@ -76,7 +76,7 @@ class _AddressBookState extends State<AddressBook> {
border:
Border.all(color: Theme.of(context).colorScheme.background)),
child: Container(
width: 180,
width: 150,
height: double.infinity,
padding: const EdgeInsets.all(8.0),
child: Column(