Unify content width for details view and editor.
This commit is contained in:
parent
37b8279ab5
commit
ada4396405
4 changed files with 69 additions and 63 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue