mirror of
https://gitlab.com/veilid/veilidchat.git
synced 2025-05-04 23:34:57 -04:00
fix safeareas
This commit is contained in:
parent
0d888363ff
commit
3c95c9d1a3
9 changed files with 51 additions and 194 deletions
|
@ -260,8 +260,7 @@ class _DeveloperPageState extends State<DeveloperPage> {
|
|||
),
|
||||
body: GestureDetector(
|
||||
onTap: () => FocusScope.of(context).unfocus(),
|
||||
child: SafeArea(
|
||||
child: Column(children: [
|
||||
child: Column(children: [
|
||||
Stack(alignment: AlignmentDirectional.center, children: [
|
||||
Image.asset('assets/images/ellet.png'),
|
||||
TerminalView(globalDebugTerminal,
|
||||
|
@ -333,7 +332,7 @@ class _DeveloperPageState extends State<DeveloperPage> {
|
|||
}
|
||||
},
|
||||
).paddingAll(4)
|
||||
]))));
|
||||
])));
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue