From 260bc3dc058d5eafeb4931c2cc79405cc052db4e Mon Sep 17 00:00:00 2001 From: Nicolas Date: Thu, 20 Aug 2026 23:26:51 +0200 Subject: [PATCH] =?UTF-8?q?style(planning):=20dialogue=20de=20s=C3=A9lecti?= =?UTF-8?q?on=20encore=20un=20peu=20plus=20large?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 92vw/75rem -> 95vw/85rem — vérifié en direct, dialogue passe de 1178px à 1216px sur un viewport 1280px. Co-Authored-By: Claude Sonnet 5 --- apps/web/src/features/planning/recipe-picker-dialog.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/web/src/features/planning/recipe-picker-dialog.scss b/apps/web/src/features/planning/recipe-picker-dialog.scss index b036e82..6e281fb 100644 --- a/apps/web/src/features/planning/recipe-picker-dialog.scss +++ b/apps/web/src/features/planning/recipe-picker-dialog.scss @@ -5,8 +5,8 @@ // RecipeTabs import it themselves). .recipe-picker-dialog { - width: 92vw; - max-width: 75rem; + width: 95vw; + max-width: 85rem; // Fixed, not just capped — `.dialog-panel`'s own `max-height` (dialog.scss) // only bounds how tall a shrink-to-fit dialog can grow, which is right // for every other dialog's small form but leaves this one's browsing