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;
}

View File

@@ -43,6 +43,10 @@ div.list-of-forum-posts {
padding: 1em;
margin-left: 14em;
.edit_forum_post, .edit_forum_topic {
display: none;
}
menu {
margin-top: 0.5em;

View File

@@ -499,10 +499,12 @@ div#c-explore-posts {
}
}
.inline-blacklist {
#blacklist-box {
margin-bottom: 1em;
}
#blacklist-box {
display: none;
}
#blacklist-box.inline-blacklist {
margin-bottom: 1em;
#blacklist-list {
display: inline;