mirror of
https://github.com/immich-app/immich.git
synced 2025-11-12 21:52:42 +09:00
Appbar on homepage is fixed so the cursor won't be overlapping when scrolling
This commit is contained in:
@@ -12,7 +12,7 @@ class ImageGrid extends ConsumerWidget {
|
||||
Widget build(BuildContext context, WidgetRef ref) {
|
||||
return SliverGrid(
|
||||
gridDelegate: const SliverGridDelegateWithFixedCrossAxisCount(
|
||||
crossAxisCount: 3,
|
||||
crossAxisCount: 4,
|
||||
crossAxisSpacing: 5.0,
|
||||
mainAxisSpacing: 5,
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user