👌 Applied review changes
This commit is contained in:
@ -38,7 +38,7 @@ func Get(ctx *aero.Context) string {
|
||||
|
||||
// Quotes
|
||||
quotes := arn.FilterQuotes(func(quote *arn.Quote) bool {
|
||||
return !quote.IsDraft && len(quote.Description) > 0 && quote.CharacterId == character.ID
|
||||
return !quote.IsDraft && len(quote.Description) > 0 && quote.CharacterID == character.ID
|
||||
})
|
||||
|
||||
arn.SortQuotesPopularFirst(quotes)
|
||||
|
@ -19,7 +19,8 @@ component CharacterDetails(character *arn.Character, characterAnime []*arn.Anime
|
||||
h3 Quotes
|
||||
.character-quotes
|
||||
each quote in quotes
|
||||
Quote(quote)
|
||||
.character-quote
|
||||
Quote(quote)
|
||||
|
||||
if len(character.Attributes) > 0
|
||||
.character-sidebar
|
||||
|
@ -45,11 +45,11 @@
|
||||
horizontal-wrap
|
||||
justify-content space-around
|
||||
|
||||
.quote
|
||||
flex-basis 400px !important
|
||||
.character-quote
|
||||
flex-basis 400px
|
||||
|
||||
footer
|
||||
display none !important
|
||||
footer
|
||||
display none
|
||||
|
||||
> 1250px
|
||||
.character-page
|
||||
|
Reference in New Issue
Block a user