add padding to select server page
This commit is contained in:
parent
518b0dd11e
commit
7492d3a3d4
1 changed files with 1 additions and 0 deletions
|
|
@ -63,6 +63,7 @@ class SelectServerPage extends HookConsumerWidget {
|
|||
child: ConstrainedBox(
|
||||
constraints: .new(maxWidth: 600),
|
||||
child: ListView(
|
||||
padding: .symmetric(vertical: 8, horizontal: 12),
|
||||
children: [
|
||||
Row(
|
||||
children: [
|
||||
|
|
|
|||
Loading…
Reference in a new issue