Fix pagination bounds in HistoryChart and add responsive grid to TopTags

This commit is contained in:
2026-05-07 16:42:52 +05:30
parent 009ab50b47
commit f213a9455b
2 changed files with 18 additions and 5 deletions

View File

@@ -86,7 +86,11 @@ export default function TopTags({
<Box
sx={{
display: "grid",
gridTemplateColumns: "repeat(4, 1fr)",
gridTemplateColumns: {
xs: "1fr",
sm: "repeat(2, 1fr)",
md: "repeat(4, 1fr)"
},
gap: 2
}}
>