removes poster avatar border in TOC posts
This commit is contained in:
parent
a3d7cce275
commit
4d4b3c0cec
|
@ -110,7 +110,8 @@
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
.d-toc-post {
|
.d-toc-post {
|
||||||
.topic-body {
|
.topic-body,
|
||||||
|
.topic-avatar {
|
||||||
border-top: none;
|
border-top: none;
|
||||||
}
|
}
|
||||||
.d-toc {
|
.d-toc {
|
||||||
|
|
Loading…
Reference in New Issue