We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7534e9c commit 9696689Copy full SHA for 9696689
1 file changed
lib/src/app/home_and_actions.dart
@@ -710,7 +710,7 @@ class _PackageListView extends StatelessWidget {
710
711
return LayoutBuilder(
712
builder: (context, constraints) {
713
- final compact = constraints.maxWidth < 1120;
+ final compact = constraints.maxWidth < 600;
714
final theme = Theme.of(context);
715
final borderRadius = BorderRadius.circular(18);
716
0 commit comments