TF-852 Fix align center IdentitiesView and LanguageView
This commit is contained in:
@@ -51,10 +51,7 @@ class IdentitiesView extends GetWidget<IdentitiesController> with PopupMenuWidge
|
||||
responsiveUtils: _responsiveUtils,
|
||||
mobile: Scaffold(
|
||||
body: Container(
|
||||
margin: const EdgeInsets.only(
|
||||
top: 16,
|
||||
bottom: 16,
|
||||
right: BuildUtils.isWeb ? 24 : 10),
|
||||
margin: const EdgeInsets.symmetric(vertical: 16),
|
||||
child: Column(
|
||||
crossAxisAlignment: CrossAxisAlignment.start,
|
||||
children: [
|
||||
|
||||
Reference in New Issue
Block a user