1
0
mirror of https://github.com/git-touch/git-touch synced 2025-01-31 16:14:49 +01:00

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

View File

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