style: update UserCard to display movie and TV show subscription counts

This commit is contained in:
jxxghp
2024-07-20 08:55:05 +08:00
parent 7f2c629305
commit 42f755b755
2 changed files with 77 additions and 3 deletions

View File

@@ -182,7 +182,7 @@
}
.grid-user-card {
grid-template-columns: repeat(auto-fill, minmax(15rem, 1fr));
grid-template-columns: repeat(auto-fill, minmax(18rem, 1fr));
padding-block-end: 1rem;
}