Skip to content

Commit

Permalink
add: mobile improves
Browse files Browse the repository at this point in the history
  • Loading branch information
domysh committed Oct 17, 2024
1 parent 1ee3558 commit 0c81486
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/react/pages/app/LeaderBoard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ export const LeaderBoard = () => {
</Button>
</div>
<div className="mt-10">
{selectedLeaderboard == "users" && <Box className="flex items-center justify-center gap-20 px-10 pb-10">
{selectedLeaderboard == "users" && <Box className="flex flex-col md:flex-row items-center justify-center md:gap-20 gap-10 px-10 pb-10">
<MultiSelect
label="Filter by groups"
className="w-full"
Expand Down Expand Up @@ -146,7 +146,7 @@ export const LeaderBoard = () => {
disabled={usersToShow == -1}
/>
</Box>
<Box className="flex flex-col justify-center items-center w-full gap-2">
<Box className="flex md:flex-col flex-row justify-center items-center w-full gap-2">
<MantineButton
className="w-full"
size="sm"
Expand Down

0 comments on commit 0c81486

Please sign in to comment.