add padding to select server page

This commit is contained in:
Henry Hiles 2026-07-17 22:18:42 -04:00
commit 7492d3a3d4
Signed by: Henry-Hiles
SSH key fingerprint: SHA256:VKQUdS31Q90KvX7EkKMHMBpUspcmItAh86a+v7PGiIs

View file

@ -63,6 +63,7 @@ class SelectServerPage extends HookConsumerWidget {
child: ConstrainedBox( child: ConstrainedBox(
constraints: .new(maxWidth: 600), constraints: .new(maxWidth: 600),
child: ListView( child: ListView(
padding: .symmetric(vertical: 8, horizontal: 12),
children: [ children: [
Row( Row(
children: [ children: [