Add paddings around auth forms
This commit is contained in:
@@ -30,7 +30,10 @@ class _AuthorizationPage extends ConsumerState<AuthorizationPage> {
|
||||
flex: showDecoration ? 7 : 1,
|
||||
child: Center(
|
||||
child: Padding(
|
||||
padding: const EdgeInsets.all(12.0),
|
||||
padding: EdgeInsetsGeometry.symmetric(
|
||||
horizontal: constraints.maxWidth * 0.05,
|
||||
vertical: 0,
|
||||
),
|
||||
child: Column(
|
||||
mainAxisSize: MainAxisSize.min,
|
||||
children: [
|
||||
|
||||
Reference in New Issue
Block a user