From 2701eb0422930a72cafa930e37bd4cef6d981473 Mon Sep 17 00:00:00 2001 From: Colin Maudry Date: Thu, 25 Jun 2026 09:37:06 +0200 Subject: [PATCH] Layout fluide (pleine largeur) pour /compte et /a-propos --- src/pages/_apropos_shell.py | 2 +- src/pages/_compte_shell.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/_apropos_shell.py b/src/pages/_apropos_shell.py index 48fd15d..6db5635 100644 --- a/src/pages/_apropos_shell.py +++ b/src/pages/_apropos_shell.py @@ -54,7 +54,7 @@ def apropos_shell(active: str, contenu): className="d-md-none", ) content = dbc.Col([mobile, contenu], md=9) - return dbc.Container(dbc.Row([sidebar, content]), className="py-4") + return dbc.Container(dbc.Row([sidebar, content]), className="py-4", fluid=True) @callback( diff --git a/src/pages/_compte_shell.py b/src/pages/_compte_shell.py index 8e20242..7f4149b 100644 --- a/src/pages/_compte_shell.py +++ b/src/pages/_compte_shell.py @@ -130,7 +130,7 @@ def account_shell(active: str, contenu): className="d-md-none", ) content = dbc.Col([mobile, contenu], md=9) - return dbc.Container(dbc.Row([sidebar, content]), className="py-4") + return dbc.Container(dbc.Row([sidebar, content]), className="py-4", fluid=True) @callback(