1
1
mirror of https://github.com/go-gitea/gitea synced 2025-01-10 17:54:27 +00:00
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>
2024-11-15 18:34:54 +00:00
..
2024-05-11 14:28:56 +00:00
2024-04-14 09:21:16 +00:00
2024-04-10 10:16:55 +08:00
2024-05-28 13:41:37 +00:00
2023-06-17 13:20:32 +00:00
2023-07-04 02:15:06 +00:00
2024-03-27 21:47:40 +00:00
2024-04-30 14:52:46 +00:00