mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
Appbar on homepage is fixed so the cursor won't be overlapping when scrolling
This commit is contained in:
parent
8d5626620b
commit
229357df2b
3 changed files with 36 additions and 28 deletions
|
|
@ -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,
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue