✨ Realm responsive
This commit is contained in:
parent
afc49a7a2a
commit
772a33896d
@ -185,7 +185,9 @@ class _RealmScreenState extends State<RealmScreen> {
|
||||
);
|
||||
}
|
||||
|
||||
return Card(
|
||||
return Container(
|
||||
constraints: BoxConstraints(maxWidth: 640),
|
||||
child: Card(
|
||||
margin: const EdgeInsets.all(12),
|
||||
child: InkWell(
|
||||
borderRadius: const BorderRadius.all(Radius.circular(8)),
|
||||
@ -241,7 +243,8 @@ class _RealmScreenState extends State<RealmScreen> {
|
||||
);
|
||||
},
|
||||
),
|
||||
);
|
||||
),
|
||||
).center();
|
||||
},
|
||||
),
|
||||
),
|
||||
|
Loading…
x
Reference in New Issue
Block a user