mobile peers tab padding

This commit is contained in:
csf
2022-09-21 17:16:09 +08:00
parent 5625a061a4
commit 285d415a5a
3 changed files with 4 additions and 3 deletions

View File

@@ -80,6 +80,7 @@ class _PeerTabPageState extends State<PeerTabPage>
SizedBox(
height: 28,
child: Container(
padding: isDesktop ? null : EdgeInsets.symmetric(horizontal: 2),
constraints: isDesktop ? null : kMobilePageConstraints,
child: Row(
crossAxisAlignment: CrossAxisAlignment.center,