diff --git a/app/src/components/search/SearchContainer.js b/app/src/components/search/SearchContainer.js index 11fe68c0..101efb31 100644 --- a/app/src/components/search/SearchContainer.js +++ b/app/src/components/search/SearchContainer.js @@ -75,7 +75,7 @@ const FilterTab = styled(Tab)` } `; -let alignment = "left"; +let alignment = "list"; const handleAlignment = (event, newAlignment) => { alignment = newAlignment; }; @@ -142,10 +142,10 @@ const ViewToggle = () => ( ml: 2, }} > - + - + diff --git a/app/src/layouts/Dashboard.js b/app/src/layouts/Dashboard.js index f8095e4a..7279ea80 100644 --- a/app/src/layouts/Dashboard.js +++ b/app/src/layouts/Dashboard.js @@ -27,8 +27,7 @@ const Drawer = styled.div` } `; -const AppContent = styled.div` - flex: 1; +const AppContent = styled(Box)` display: flex; flex-direction: column; max-width: 100%; @@ -90,7 +89,12 @@ const Dashboard = ({ children }) => { /> - + {children} {/*