removes poster avatar border in TOC posts

This commit is contained in:
Joe 2019-03-09 10:20:26 +08:00 committed by GitHub
parent a3d7cce275
commit 4d4b3c0cec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -110,7 +110,8 @@
display: none;
}
.d-toc-post {
.topic-body {
.topic-body,
.topic-avatar {
border-top: none;
}
.d-toc {