Improved group page design
This commit is contained in:
@ -28,9 +28,6 @@ component Profile(viewUser *arn.User, user *arn.User, animeList *arn.AnimeList,
|
||||
each character in characters
|
||||
.mountable(data-mountable-type="character")
|
||||
CharacterSmall(character, user)
|
||||
//- a.profile-favorite-character.tip.mountable(href=character.Link(), aria-label=character.Name.ByUser(user), data-mountable-type="favorite-anime")
|
||||
//- img.profile-favorite-character-image.lazy(data-src=character.ImageLink("small"), data-webp=true, alt=character.Name.ByUser(user))
|
||||
|
||||
//- Posts
|
||||
.profile-column.profile-activity.mountable(data-mountable-type="column")
|
||||
.profile-section
|
||||
|
@ -95,13 +95,6 @@ const profile-image-size = 280px
|
||||
grid-gap 0.5rem
|
||||
justify-content space-evenly
|
||||
|
||||
// .profile-favorite-character
|
||||
// margin 0.25rem
|
||||
|
||||
// .profile-favorite-character-image
|
||||
|
||||
// border-radius ui-element-border-radius
|
||||
|
||||
> 740px
|
||||
.profile-head
|
||||
horizontal
|
||||
|
Reference in New Issue
Block a user