From 6865c87b74363c57389cdb73352d542f1842c42c Mon Sep 17 00:00:00 2001
From: cookiell546 <186191371+cookiell546@users.noreply.github.com>
Date: Sun, 8 Jun 2025 10:25:38 +0200
Subject: 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///g' **/*.html
```
---
static/source.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'static/source.html')
diff --git a/static/source.html b/static/source.html
index a382f0e7..3a77fb39 100644
--- a/static/source.html
+++ b/static/source.html
@@ -7,7 +7,7 @@
-
+
--
cgit v1.3.1