1
0
mirror of https://github.com/git-touch/git-touch synced 2025-03-01 17:57:52 +01:00

fix: align contribution graph center for ipad ()

This commit is contained in:
Shreyas Thirumalai 2020-02-26 09:37:13 +05:30 committed by GitHub
parent 16ac73bc88
commit b3f56adbe9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -119,6 +119,7 @@ class GhUserScreen extends StatelessWidget {
]),
CommonStyle.border,
Container(
alignment: Alignment.center,
padding: CommonStyle.padding,
child: SingleChildScrollView(
scrollDirection: Axis.horizontal,