Skip to content

Commit

Permalink
update: page content styling
Browse files Browse the repository at this point in the history
  • Loading branch information
nirbhayel committed Nov 15, 2024
1 parent 042568d commit 399e6e0
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions modules/settings/assets/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,15 @@ const App = () => {
flexDirection="row"
height="100%">
<Sidebar />
<Box width="100%">
<Box width="100%"
display="flex"
flexDirection="column"
justifyContent="space-between"
>
<AdminTopBar />
{ selectedChild ? selectedChild.page : selectedParent?.page }
<Box p={ 1 } height="100%">
{ selectedChild ? selectedChild.page : selectedParent?.page }
</Box>
<BottomBar />
</Box>
</Grid>
Expand Down

0 comments on commit 399e6e0

Please sign in to comment.