Avatar struct patch
This commit is contained in:
@ -2,7 +2,7 @@ component ProfileHeader(viewUser *arn.User, user *arn.User, uri string)
|
||||
.profile
|
||||
img.profile-cover(src=viewUser.CoverImageURL(), alt="Cover image")
|
||||
|
||||
.image-container.mountable.never-unmount
|
||||
.profile-image-container.mountable.never-unmount
|
||||
ProfileImage(viewUser)
|
||||
|
||||
.intro-container.mountable.never-unmount
|
||||
|
@ -68,7 +68,7 @@ profile-boot-duration = 2s
|
||||
width 100%
|
||||
height auto
|
||||
|
||||
.image-container
|
||||
.profile-image-container
|
||||
flex 1
|
||||
max-width 280px
|
||||
max-height 280px
|
||||
|
Reference in New Issue
Block a user