opt.: server detail page

This commit is contained in:
lollipopkit
2023-11-02 20:27:17 -06:00
parent be714bec12
commit e80d115e4f
2 changed files with 14 additions and 17 deletions

View File

@@ -491,7 +491,7 @@ class _ServerPageState extends State<ServerPage>
if (onTap == null) return child;
return IconButton(
key: key,
padding: const EdgeInsets.symmetric(horizontal: 7),
padding: const EdgeInsets.symmetric(horizontal: 3),
onPressed: onTap,
icon: child,
);