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 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'static/install/cli.html')
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 @@
-
+
--
cgit v1.3.1