Let the map fill the screen on the map dashboard (#54263)
* Let the map fill the screen on the map dashboard A map in a panel view stopped at the safe area, leaving a strip of empty card beside it, and the drawer stopped there too. Map tiles carry no text to read, so the map and the drawer now run to the edges of the screen, while everything that is read or tapped stays inside the safe area: the drawer's content, the card's buttons, and the map's own controls, which already had insets for the drawer and now take the safe area as well. The view container exposes the insets it applies as custom properties so the card can cancel exactly those, and the bottom sheet takes its side insets from properties that default to the safe area. * Address review on the map full bleed
B
Bruno Pantaleão Gonçalves committed
c6f72c9cf5ff3d5ddbbcd7f217a2134eafa2ead5
Parent: 60f7728
Committed by GitHub <noreply@github.com>
on 9/19/2026, 8:37:43 PM