fix: align contribution graph center for ipad (#41)

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
1 changed files with 1 additions and 0 deletions

View File

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