🔨 Removed unnecessary css class
This commit is contained in:
parent
b9b164eb89
commit
3118ec3dfe
@ -14,7 +14,7 @@ component CharacterDetails(character *arn.Character, characterAnime []*arn.Anime
|
|||||||
else
|
else
|
||||||
Japanese("日本語の名前無し")
|
Japanese("日本語の名前無し")
|
||||||
if mainQuote != nil
|
if mainQuote != nil
|
||||||
.character-main-quote
|
.character-quote
|
||||||
Quote(mainQuote)
|
Quote(mainQuote)
|
||||||
.character-description.mountable!= markdown.Render(character.Description)
|
.character-description.mountable!= markdown.Render(character.Description)
|
||||||
|
|
||||||
|
@ -45,8 +45,7 @@
|
|||||||
.character-quotes
|
.character-quotes
|
||||||
vertical
|
vertical
|
||||||
|
|
||||||
.character-quote,
|
.character-quote
|
||||||
.character-main-quote
|
|
||||||
footer,
|
footer,
|
||||||
.quote-footer
|
.quote-footer
|
||||||
display none
|
display none
|
||||||
|
Loading…
Reference in New Issue
Block a user