Fixed main quote display
This commit is contained in:
parent
fecf996b08
commit
f056f0487f
@ -32,7 +32,7 @@ component CharacterDetails(character *arn.Character, characterAnime []*arn.Anime
|
||||
Japanese("日本語の名前無し")
|
||||
|
||||
if mainQuote != nil
|
||||
.character-quote
|
||||
.character-quotes
|
||||
Quote(mainQuote, user)
|
||||
|
||||
.character-description.mountable!= markdown.Render(character.Description)
|
||||
|
@ -51,7 +51,6 @@
|
||||
.character-quotes
|
||||
justify-content flex-start
|
||||
|
||||
.character-quotes
|
||||
footer,
|
||||
.quote-footer
|
||||
display none
|
||||
|
Loading…
Reference in New Issue
Block a user