mirror of
https://github.com/wgh136/pixes.git
synced 2025-09-27 04:57:23 +00:00
fix ui
This commit is contained in:
@@ -545,7 +545,8 @@ class _RelatedUsersState
|
||||
hoveringMainAxisMargin: 4),
|
||||
child: content);
|
||||
}
|
||||
return content;
|
||||
return MediaQuery.removePadding(
|
||||
context: context, removeBottom: true, child: content);
|
||||
}
|
||||
|
||||
@override
|
||||
|
Reference in New Issue
Block a user