Skip to content

Commit

Permalink
💄 Move side icons to the bottom on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
karlosos committed Nov 27, 2023
1 parent fff8ce6 commit 1b5c7f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ const theme = createTheme({
function App() {
return (
<ThemeProvider theme={theme}>
<div className="right-0 mx-auto flex max-w-screen-sm items-center justify-end gap-1 px-2 py-1 mobile:absolute mobile:top-4 mobile:flex-col mobile:items-end mobile:justify-center mobile:py-0">
<div className="absolute bottom-0 left-0 mx-auto flex w-full max-w-screen-sm items-center justify-start gap-1 border-t px-2 py-1 mobile:bottom-auto mobile:left-auto mobile:right-0 mobile:top-4 mobile:w-auto mobile:flex-col mobile:items-end mobile:justify-center mobile:border-none mobile:py-0">
<Settings />
<GithubButton />
</div>
<div className="mx-auto flex min-h-screen max-w-screen-sm flex-col px-2 py-4 max-mobile:py-0">
<div className="mx-auto flex min-h-screen max-w-screen-sm flex-col px-2 py-4">
<TopBar />
<TimeEntriesList />
</div>
Expand Down

0 comments on commit 1b5c7f6

Please sign in to comment.