diff --git a/lib/widget/home.dart b/lib/widget/home.dart index d75eeecf..86af5862 100644 --- a/lib/widget/home.dart +++ b/lib/widget/home.dart @@ -477,6 +477,9 @@ class _InvenTreeHomePageState extends State leading = Spinner(icon: TablerIcons.loader_2, color: COLOR_PROGRESS); } + final size = MediaQuery.sizeOf(context); + final logoSize = min(size.width, size.height) * 0.75; + return Center( child: Column( children: [ @@ -487,7 +490,8 @@ class _InvenTreeHomePageState extends State Colors.white.withValues(alpha: 0.05), BlendMode.modulate, ), - width: 200, + width: logoSize, + height: logoSize, ), Spacer(), ListTile(