feat: Update project version to 5 and adjust fullscreen button position in map tab

This commit is contained in:
Janez T
2025-10-15 22:16:24 +02:00
parent 6ee1c9ae79
commit 317addba9e
3 changed files with 8 additions and 8 deletions

View File

@@ -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',