편집 이력 연필 아이콘 제거

우클릭 > 검사(Inspect)를 통해 찾을 수 있지만, 여기 있습니다:

.post-infos .edits {
  display: none !important; // 여기서는 '!important'가 필요 없을 수 있습니다
}