Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix(site): make stats bar scrollable on smaller viewports
  • Loading branch information
BrunoQuaresma committed Aug 9, 2023
commit db11c2e516bd6d01d3cd3b211422d51f54542a53
Original file line number Diff line number Diff line change
Expand Up @@ -268,12 +268,8 @@ const useStyles = makeStyles((theme) => ({
fontSize: 12,
gap: theme.spacing(4),
borderTop: `1px solid ${theme.palette.divider}`,

[theme.breakpoints.down("lg")]: {
flexDirection: "column",
gap: theme.spacing(1),
alignItems: "left",
},
overflowX: "auto",
whiteSpace: "nowrap",
},
group: {
display: "flex",
Expand Down