mirror of
https://github.com/immich-app/immich.git
synced 2025-06-04 22:27:19 -04:00
remove safe area for better ui
This commit is contained in:
parent
13525d2330
commit
da4fd201ad
@ -100,7 +100,7 @@ class ImmichSliverAppBar extends ConsumerWidget {
|
|||||||
],
|
],
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
systemOverlayStyle: SystemUiOverlayStyle.dark,
|
systemOverlayStyle: SystemUiOverlayStyle.light,
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
@ -104,7 +104,8 @@ class HomePage extends HookConsumerWidget {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return DraggableScrollbar.semicircle(
|
return SafeArea(
|
||||||
|
child: DraggableScrollbar.semicircle(
|
||||||
// labelTextBuilder: (offset) {
|
// labelTextBuilder: (offset) {
|
||||||
// final int currentItem = _scrollController.hasClients
|
// final int currentItem = _scrollController.hasClients
|
||||||
// ? (_scrollController.offset / _scrollController.position.maxScrollExtent * imageGridGroup.length)
|
// ? (_scrollController.offset / _scrollController.position.maxScrollExtent * imageGridGroup.length)
|
||||||
@ -129,6 +130,7 @@ class HomePage extends HookConsumerWidget {
|
|||||||
...imageGridGroup,
|
...imageGridGroup,
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
|
),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user