Quotes cleanup
This commit is contained in:
@ -15,6 +15,7 @@ component CharacterDetails(character *arn.Character, characterAnime []*arn.Anime
|
||||
each anime in characterAnime
|
||||
a.character-anime-item.ajax(href=anime.Link(), title=anime.Title.ByUser(user))
|
||||
img.character-anime-item-image.lazy(data-src=anime.Image("small"), data-webp="true", alt=anime.Title.ByUser(user))
|
||||
|
||||
if len(quotes) >0
|
||||
h3 Quotes
|
||||
.character-quotes
|
||||
|
@ -42,13 +42,11 @@
|
||||
anime-mini-item-image
|
||||
|
||||
.character-quotes
|
||||
horizontal-wrap
|
||||
justify-content space-around
|
||||
vertical
|
||||
|
||||
.character-quote
|
||||
flex-basis 400px
|
||||
|
||||
footer
|
||||
footer,
|
||||
.quote-footer
|
||||
display none
|
||||
|
||||
> 1250px
|
||||
|
Reference in New Issue
Block a user