36e707b934
"New recipe" kept its text label below sm:, so on mobile (especially French, where "Importer une URL"/"Nouvelle recette" run long) it wrapped to its own second line — icon-only now below sm:, matching the Sort/Filter treatment from the previous mobile-spacing fix. The view-toggle + Select row used justify-between with an empty filler div outside select mode, pushing the controls flush right and leaving a large dead gap on the left — same width as the row above it, but visually disconnected. Now left-aligned outside select mode (justify-between still applies inside select mode, where there's real content on both sides). Verified at a real 390px mobile viewport in both English and French — Generate/Import/New now share one row, and the view-toggle row starts flush left instead of floating on the right with empty space before it.
This is a Next.js project bootstrapped with create-next-app.
Getting Started
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.
This project uses next/font to automatically optimize and load Geist, a new font family for Vercel.
Learn More
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
Deploy on Vercel
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.