Corrects syntax for spoiler tags to valid HTML (fixes #10)

This commit is contained in:
Emma Winston
2019-09-12 18:16:59 +01:00
parent 58805e7432
commit e5cd6d0cda
2 changed files with 12 additions and 1 deletions

View File

@ -6027,3 +6027,14 @@ noscript {
padding: 0.35rem;
}
}
div.status__content,
div.status__content--with-action,
div.status__content--with-spoiler {
p {
span.show_more_button {
display: block;
margin: 0.25rem 0 0 0;
}
}
}