FIX: Loading container needs same width as posts, follow up to da5841d (#10966)

This commit is contained in:
Kris 2020-10-20 04:09:12 -04:00 committed by GitHub
parent da5841de0b
commit 1946fa3c53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -598,6 +598,14 @@ blockquote {
box-sizing: border-box;
}
.topic-area > .loading-container {
// loader needs to be same width as posts
width: calc(
#{$topic-avatar-width} + #{$topic-body-width} +
(#{$topic-body-width-padding} * 2)
);
}
/* hide the reply border above the time gap notices */
.time-gap + .topic-post .topic-body,