当同时满足以下条件时:
- 收到私信
- 带有标签
- 查看时不显示侧边栏
宽度会变得非常小
原因:
.navigation-topics,
.categories-list,
body[class*="tag-"]:not(.archetype-regular):not(.archetype-banner),
body[class*="category-"]:not(.archetype-regular):not(.archetype-banner):not(.archetype-banner):not(.archetype-private_message) {
在 fkb-d-topic-list.scss 中被应用了,但本不应如此。
我怀疑需要添加 :not(.archetype-private_message)。
不过,我想知道为什么它会如此具体地针对这些架构类型?它是否只是在判断当前是否在话题列表页面(而非话题详情页)?
