mirror of
https://github.com/ImranR98/Obtainium.git
synced 2025-07-13 13:26:43 +02:00
Ensure links on add app page do not overlap/merge (#2216)
This commit is contained in:
@ -575,8 +575,10 @@ class AddAppPageState extends State<AddAppPage> {
|
|||||||
|
|
||||||
Widget getSourcesListWidget() => Padding(
|
Widget getSourcesListWidget() => Padding(
|
||||||
padding: const EdgeInsets.all(16),
|
padding: const EdgeInsets.all(16),
|
||||||
child: Row(
|
child: Wrap(
|
||||||
mainAxisAlignment: MainAxisAlignment.spaceBetween,
|
direction: Axis.horizontal,
|
||||||
|
alignment: WrapAlignment.spaceBetween,
|
||||||
|
spacing: 12,
|
||||||
children: [
|
children: [
|
||||||
GestureDetector(
|
GestureDetector(
|
||||||
onTap: () {
|
onTap: () {
|
||||||
|
Reference in New Issue
Block a user