1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-12-04 14:46:57 -05:00
gitea/web_src/css/modules
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
..
animations.css Make toast support preventDuplicates (#31501) 2024-06-27 13:58:38 +00:00
breadcrumb.css
button.css Add :focus-visible style to buttons (#31799) 2024-08-12 00:40:18 +00:00
card.css
checkbox.css
comment.css Fix large image overflow in comment page (#31740) 2024-11-15 18:34:54 +00:00
container.css
dimmer.css
divider.css
flexcontainer.css
grid.css
header.css
input.css
label.css
list.css
menu.css
message.css
modal.css
navbar.css
normalize.css
segment.css
select.css
svg.css
table.css
tippy.css
toast.css Make toast support preventDuplicates (#31501) 2024-06-27 13:58:38 +00:00