4 Commits

Author SHA1 Message Date
cookiell546
6865c87b74 Opt-into edge-to-edge by default
Chromium already supports dynamic edge-to-edge viewports. This change
opts-in by default, making the gesture navigation bar (chin) invisible
without needing scroll interaction.

No other changes were necessary, as no content relied on specific
viewport insets.

Command used:

```
sed -i 's/<meta name="viewport" content="width=device-width, initial-scale=1"\/>/<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover"\/>/g' **/*.html
```
2025-06-08 09:18:32 -04:00
Daniel Micay
23040996a6 BeaconDB is not currently an open data service 2025-03-05 19:54:18 -05:00
Daniel Micay
57298f0559 use proper case for BeaconDB 2024-07-20 12:01:32 -04:00
GrapheneOS
189d39ea09 Positon location service 2024-07-20 12:01:29 -04:00