From b18db0646c7300e9b954998ee66a724296d4c6bd Mon Sep 17 00:00:00 2001 From: Alpinux Date: Wed, 6 May 2026 11:44:31 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20s=C3=A9lecteur=20de=20largeur=20?= =?UTF-8?q?=E2=80=94=20type=3Dbutton=20+=20init=20CSS=20dans=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Ajout de type="button" sur les boutons du sélecteur (évite le submit) - Initialisation de --content-width dans pour éviter le flash - Séparation init CSS (head) / gestion active (body) Co-Authored-By: Claude Sonnet 4.6 --- app/templates/base.html | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/app/templates/base.html b/app/templates/base.html index 16e53d9..5cbb21b 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -6,6 +6,9 @@ {% block title %}CDN{% endblock %} — Static Alpinux + @@ -29,10 +32,10 @@
- - - - + + + +
{% if user %} @@ -68,22 +71,19 @@