0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-11-21 21:23:36 +01:00
gitea/web_src/css
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
..
chroma
codemirror
editor
features
markup
modules Fix large image overflow in comment page (#31740) 2024-11-15 18:34:54 +00:00
repo Refactor sidebar label selector (#32460) 2024-11-10 08:26:42 +00:00
shared
standalone
themes
actions.css
admin.css
base.css Add reviewers selection to new pull request (#32403) 2024-11-09 04:48:31 +00:00
dashboard.css
explore.css
font_i18n.css
form.css
helpers.css
home.css Refactor language menu and dom utils (#32450) 2024-11-08 14:04:24 +08:00
index.css
install.css
org.css
repo.css Refactor sidebar assignee&milestone&project selectors (#32465) 2024-11-11 04:07:54 +08:00
review.css
user.css