mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
fix: some mobile ui bugs (#4823)
* fix: select option editor mobile * chore: field type icon
This commit is contained in:
@ -84,12 +84,11 @@ class _MobileSelectOptionEditorState extends State<MobileSelectOptionEditor> {
|
||||
const height = 44.0;
|
||||
return Stack(
|
||||
children: [
|
||||
Align(
|
||||
alignment: Alignment.centerLeft,
|
||||
child: showMoreOptions
|
||||
? AppBarBackButton(onTap: _popOrBack)
|
||||
: AppBarCloseButton(onTap: _popOrBack),
|
||||
),
|
||||
if (showMoreOptions)
|
||||
Align(
|
||||
alignment: Alignment.centerLeft,
|
||||
child: AppBarBackButton(onTap: _popOrBack),
|
||||
),
|
||||
SizedBox(
|
||||
height: 44.0,
|
||||
child: Align(
|
||||
|
Reference in New Issue
Block a user