gitea/web_src/css
charles e546480d0a
Fix large image overflow in comment page ()
Close  

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 Various code view improvements () 2024-03-24 12:14:03 +00:00
codemirror Remove EasyMDE focus outline on text () 2023-06-18 04:10:07 +00:00
editor Add some handy markdown editor features () 2024-11-04 10:14:36 +00:00
features feat(): Set the columns height to hug all its contents () 2024-09-16 20:41:46 +00:00
markup Fix poor table column width due to breaking words () 2024-06-24 17:48:43 +00:00
modules Fix large image overflow in comment page () 2024-11-15 18:34:54 +00:00
repo Refactor sidebar label selector () 2024-11-10 08:26:42 +00:00
shared Forbid deprecated `break-word` in CSS () 2024-05-10 12:25:49 +00:00
standalone Add toasts to UI () 2023-06-27 02:45:24 +00:00
themes Add automatic light/dark option for the colorblind theme () 2024-09-07 03:09:40 +00:00
actions.css Fix various overflows on actions view () 2024-04-15 19:46:52 +00:00
admin.css User details page () 2023-08-31 11:21:18 +02:00
base.css Add reviewers selection to new pull request () 2024-11-09 04:48:31 +00:00
dashboard.css Pulse page improvements () 2024-04-14 09:21:16 +00:00
explore.css Introduce `.secondary-nav` and handle `.page-content` spacing universally () 2024-03-22 23:54:09 +00:00
font_i18n.css Fix `@font-face` overrides () 2023-05-24 01:48:51 +00:00
form.css Set manual `tabindex`es on login page () 2024-09-20 15:27:19 +00:00
helpers.css Replace `gt-word-break` with `tw-break-anywhere` () 2024-06-04 13:57:11 +00:00
home.css Refactor language menu and dom utils () 2024-11-08 14:04:24 +08:00
index.css Remove fomantic dimmer module () 2024-04-29 14:49:50 +00:00
install.css Fix some UI problems (install/checkbox) () 2024-05-06 06:32:05 +00:00
org.css Remove unneccessary uses of `word-break: break-all` () 2024-07-17 12:04:28 +02:00
repo.css Refactor sidebar assignee&milestone&project selectors () 2024-11-11 04:07:54 +08:00
review.css Use vertical layout for multiple code expander buttons () 2024-05-29 06:08:45 +00:00
user.css Optimize repo-list layout to enhance visual experience () 2024-06-07 01:22:03 +02:00