fixed resizing and added css from mon patcher so it looks prettier

This commit is contained in:
Polaris
2024-08-19 17:46:31 -04:00
parent d1cd008052
commit 458bbfba48
5 changed files with 41 additions and 7 deletions

View File

@ -30,7 +30,8 @@ export const ChunithmTopPlays: FC<chunithmTopPlays> = ({
chuniProfileTopPlays,
}) => {
return (
<div className="grid grid-cols-1 gap-2 md:grid-cols-8">
<div className="grid grid-cols-1 gap-4 sm:grid-cols-2 md:grid-cols-4 lg:grid-cols-6 xl:grid-cols-8">
{" "}
{chuniProfileTopPlays.topPlays.map((chuniProfileTopPlays, index) => {
const jacketPath = chuniProfileTopPlays.jacketPath?.replace(
".dds",