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/articles/server-traffic-shaping.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'static/articles/server-traffic-shaping.html') diff --git a/static/articles/server-traffic-shaping.html b/static/articles/server-traffic-shaping.html index 9d75f89d..26c0c04b 100644 --- a/static/articles/server-traffic-shaping.html +++ b/static/articles/server-traffic-shaping.html @@ -7,7 +7,7 @@ - + -- cgit v1.3.1