Merge pull request #3817 from evazion/fix-3816

Avoid flickering hidden page elements during page loads
This commit is contained in:
Albert Yi
2018-08-21 14:44:26 -07:00
committed by GitHub
18 changed files with 37 additions and 144 deletions

View File

@@ -79,6 +79,7 @@ div.prose {
}
div.expandable-content {
display: none;
padding: 0.4em;
border-top: 1px solid #666;
@@ -89,6 +90,8 @@ div.prose {
}
div.dtext-preview {
display: none;
ul {
margin-left: 1em;
}