Made group images smaller
This commit is contained in:
parent
daf22d4f96
commit
1cface1349
@ -16,7 +16,7 @@ const (
|
||||
maxCharacters = 6
|
||||
maxFriends = 7
|
||||
maxStudios = 4
|
||||
maxGroups = 5
|
||||
maxGroups = 6
|
||||
)
|
||||
|
||||
// Get user profile page.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user