DEV: Remove unnecessary element. (#15225)

This was added 6 years ago in d1e85bdd8b
and I can't see how this is useful for any customizations at all.
This commit is contained in:
Alan Guo Xiang Tan 2021-12-09 08:40:23 +08:00 committed by GitHub
parent ae88b52370
commit e668b3dc71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 7 deletions

View File

@ -198,10 +198,7 @@ createWidget("post-avatar", {
}
}
const result = [
h("div.post-avatar", postAvatarBody),
h("div.poster-avatar-extra"),
];
const result = [h("div.post-avatar", postAvatarBody)];
if (this.settings.displayPosterName) {
result.push(this.attach("post-avatar-user-info", attrs));

View File

@ -715,9 +715,6 @@ aside.quote {
font-size: $font-down-2;
}
}
.topic-avatar .poster-avatar-extra {
display: none;
}
.map {
&:first-of-type {