다음 조건을 만족할 때
- 개인 메시지
- 태그가 있는
- 사이드바 없이 보기
너비가 매우 작아집니다
원인:
.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)가 필요하다고 의심합니다.
그런데 왜 이 아키타입들을 이렇게 구체적으로 타겟팅하는지 궁금합니다. 단순히 토픽 목록인지(토픽 뷰와 대비하여) 확인하려는 것일까요?
