Made group images smaller

This commit is contained in:
Eduard Urbach 2019-06-24 07:52:06 +09:00
parent daf22d4f96
commit 1cface1349
Signed by: akyoto
GPG Key ID: C874F672B1AF20C0
2 changed files with 8 additions and 3 deletions

View File

@ -16,7 +16,7 @@ const (
maxCharacters = 6
maxFriends = 7
maxStudios = 4
maxGroups = 5
maxGroups = 6
)
// Get user profile page.

View File

@ -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