Unify content width for details view and editor.

This commit is contained in:
araemer 2025-10-22 20:15:57 +02:00
parent 37b8279ab5
commit ada4396405
4 changed files with 69 additions and 63 deletions

View file

@ -30,7 +30,7 @@ export default function RecipeListPage() {
}
}
loadRecipeList()
}, [, searchString])
}, [searchString])
const handleAdd = () => {
navigate(getRecipeAddUrl())
@ -43,7 +43,7 @@ export default function RecipeListPage() {
/*Container spanning entire screen used to center content horizontally */
<div className="app-bg">
{/* Container defining the maximum width of the content */}
<div className="content-container">
<div className="content-bg">
{/* Header - remains in position when scrolling */}
<div className="sticky-header">
<h1 className="content-title">Recipes</h1>