You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/templates/repo/issue/fields
charles e546480d0a
Fix large image overflow in comment page (#31740)
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;
}
```


![圖片](https://github.com/user-attachments/assets/bf15f4d4-1574-46f6-9f5e-1fbdbf1a98b0)

---------

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
3 months ago
..
checkboxes.tmpl Refactor template ctx and render utils (#32422) 4 months ago
dropdown.tmpl Support setting the `default` attribute of the issue template dropdown field (#31045) 9 months ago
header.tmpl Refactor template ctx and render utils (#32422) 4 months ago
input.tmpl Migrate `gt-hidden` to `tw-hidden` (#30046) 11 months ago
markdown.tmpl Fix large image overflow in comment page (#31740) 3 months ago
textarea.tmpl Migrate `gt-hidden` to `tw-hidden` (#30046) 11 months ago