only create toc for topics ignore replies

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

View File

@ -203,9 +203,10 @@
}
}
.d-editor-preview [data-theme-toc] {
.topic .d-editor-preview [data-theme-toc] {
background: $tertiary;
color: $secondary;
border-top: 2px solid $secondary;
position: sticky;
top: 0;
height: 30px;