FIX: variable name typo (#18752)

This commit is contained in:
Kris 2022-10-25 17:59:09 -04:00 committed by GitHub
parent 2737bc55bb
commit d3663a143b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -505,7 +505,7 @@ blockquote {
.topic-area > .loading-container {
// loader needs to be same width as posts
width: calc(
var(--topic-body-width) + var(--topic-avatar) +
var(--topic-body-width) + var(--topic-avatar-width) +
(var(--topic-body-width-padding) * 2)
);
max-width: 100%;