style(planning): dialogue de sélection encore un peu plus large
92vw/75rem -> 95vw/85rem — vérifié en direct, dialogue passe de 1178px à 1216px sur un viewport 1280px. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
parent
b0c1d46acc
commit
260bc3dc05
1 changed files with 2 additions and 2 deletions
|
|
@ -5,8 +5,8 @@
|
||||||
// RecipeTabs import it themselves).
|
// RecipeTabs import it themselves).
|
||||||
|
|
||||||
.recipe-picker-dialog {
|
.recipe-picker-dialog {
|
||||||
width: 92vw;
|
width: 95vw;
|
||||||
max-width: 75rem;
|
max-width: 85rem;
|
||||||
// Fixed, not just capped — `.dialog-panel`'s own `max-height` (dialog.scss)
|
// 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
|
// 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
|
// for every other dialog's small form but leaves this one's browsing
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue