/* static/css/override.css */

/* —— 全局消息图片约束 —— */
.message-text img,
.post-content img {
  max-width: 100% !important;
  height: auto     !important;
  display: block   !important;
  margin: 0.5em 0  !important;
}

/* —— 头像强制尺寸 —— */
/* 导航栏右上角的头像 */
.nav-avatar {
  width: 32px   !important;
  height: 32px  !important;
  border-radius: 50% !important;
  object-fit: cover  !important;
}

/* 聊天 & 帖子列表里的头像缩略图 */
.avatar-thumb {
  width: 24px   !important;
  height: 24px  !important;
  border-radius: 50% !important;
  object-fit: cover  !important;
}
