mirror of
https://github.com/venera-app/venera.git
synced 2025-09-28 08:17:25 +00:00
fix
This commit is contained in:
@@ -394,7 +394,7 @@ class _SearchSettingsDialogState extends State<_SearchSettingsDialog> {
|
||||
},
|
||||
);
|
||||
}).toList(),
|
||||
),
|
||||
).fixWidth(double.infinity).paddingHorizontal(16),
|
||||
buildSearchOptions(),
|
||||
const SizedBox(height: 24),
|
||||
FilledButton(
|
||||
@@ -404,7 +404,7 @@ class _SearchSettingsDialogState extends State<_SearchSettingsDialog> {
|
||||
},
|
||||
),
|
||||
],
|
||||
).fixWidth(400),
|
||||
).fixWidth(double.infinity),
|
||||
);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user