FKB Pro - Social theme

When having

  • a private message
  • with a tag
  • viewing without sidebar

The width becomes very small

Cause:

.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) {

in fkb-d-topic-list.scss is being applied, and it shouldn’t.

I suspect it needs :not(.archetype-private_message)
However, I wonder why it is targeting these archetypes so specifically at all? Is it just trying to see whether it’s on a topic list (vs topic view?)

2 Likes