mirror of
https://github.com/dz0ny/meshcore-sar.git
synced 2026-08-12 00:40:28 +00:00
feat: Update project version to 5 and adjust fullscreen button position in map tab
This commit is contained in:
@@ -1117,7 +1117,7 @@ class _MapTabState extends State<MapTab> with AutomaticKeepAliveClientMixin {
|
||||
// Exit fullscreen button - top left (only shown in fullscreen mode)
|
||||
if (_isFullscreen)
|
||||
Positioned(
|
||||
top: 16,
|
||||
top: 60,
|
||||
left: 16,
|
||||
child: FloatingActionButton.small(
|
||||
heroTag: 'exit_fullscreen',
|
||||
|
||||
Reference in New Issue
Block a user