💄 Optimize realm list

This commit is contained in:
2025-08-21 18:49:42 +08:00
parent 9b60e96cde
commit 0b6efa373a

View File

@@ -106,7 +106,7 @@ class RealmListScreen extends HookConsumerWidget {
return ConstrainedBox(
constraints: const BoxConstraints(maxWidth: 540),
child: RealmListTile(realm: value[item]),
).center();
).padding(horizontal: 8).center();
},
separatorBuilder: (_, _) => const Gap(8),
),