diff --git a/pages/profile/profile.go b/pages/profile/profile.go index 5c88844d..4e2be7f7 100644 --- a/pages/profile/profile.go +++ b/pages/profile/profile.go @@ -16,7 +16,7 @@ const ( maxCharacters = 6 maxFriends = 7 maxStudios = 4 - maxGroups = 5 + maxGroups = 6 ) // Get user profile page. diff --git a/pages/profile/profile.scarlet b/pages/profile/profile.scarlet index 97a3fcf1..48a999f7 100644 --- a/pages/profile/profile.scarlet +++ b/pages/profile/profile.scarlet @@ -86,11 +86,16 @@ const profile-image-size = 280px .profile-groups display grid - grid-template-columns repeat(auto-fill, 70px) - grid-template-rows repeat(auto-fill, 70px) + grid-template-columns repeat(auto-fill, character-image-small-width) + grid-template-rows repeat(auto-fill, character-image-small-height) grid-gap 0.5rem justify-content space-evenly +.profile-group + .group-image + width character-image-small-width + height character-image-small-height + .profile-introduction a color white