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/install/cli.html | 2 +-
static/install/index.html | 2 +-
static/install/web.html | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
(limited to 'static/install')
diff --git a/static/install/cli.html b/static/install/cli.html
index f00c9263..bf327b01 100644
--- a/static/install/cli.html
+++ b/static/install/cli.html
@@ -7,7 +7,7 @@
-
+
diff --git a/static/install/index.html b/static/install/index.html
index ebf835fd..b8ada1b7 100644
--- a/static/install/index.html
+++ b/static/install/index.html
@@ -7,7 +7,7 @@
-
+
diff --git a/static/install/web.html b/static/install/web.html
index 516db0e9..a66b6773 100644
--- a/static/install/web.html
+++ b/static/install/web.html
@@ -7,7 +7,7 @@
-
+
--
cgit v1.3.1