This commit is contained in:
2017-06-11 11:13:59 +02:00
parent 22f75038f5
commit 3a7a9dea65
7 changed files with 62 additions and 47 deletions

View File

@ -22,7 +22,7 @@ func Get(ctx *aero.Context) string {
var threads []*arn.Thread
var animeList *arn.AnimeList
aero.Async(func() {
aero.Parallel(func() {
user = utils.GetUser(ctx)
}, func() {
animeList = viewUser.AnimeList()

View File

@ -60,7 +60,6 @@ animation cover-animation
filter brightness(35%) blur(0)
.profile-image
border-radius 3px
object-fit cover
width 100%
height auto
@ -68,6 +67,9 @@ animation cover-animation
.image-container
flex 1
max-width 275px
max-height 275px
border-radius 3px
overflow hidden
.intro-container
vertical