업데이트로 「카테고리 로고」 설정이 바뀌면서 모든 이미지가 아주 작아졌어요. 되돌릴 수 있을까요?

The category headers were restyled recently, UX: Category header restyle by jordanvidrine · Pull Request #34081 · discourse/discourse · GitHub

You can change the image size with some CSS, perhaps something like this will help:

.category-heading__logo.category-logo.aspect-image {
  width: auto;
  height: 100px; 
}