mirror of
https://github.com/go-gitea/gitea.git
synced 2025-03-04 13:36:58 +01:00
Close #31709 52px is calculate by avatar size in templates\repo\issue\view_content\comments.tmpl ```html <img src="{{.Poster.AvatarLink $.Context}}" width="40" height="40"> ``` + ```css .ui.comments .comment > .avatar ~ .content { margin-left: 12px; } ```  --------- Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>