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/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>
3 months ago
..
animations.css Make toast support preventDuplicates (#31501) 8 months ago
breadcrumb.css Use unique class for breadcrumb divider (#26524) 2 years ago
button.css Add `:focus-visible` style to buttons (#31799) 6 months ago
card.css Fix all rounded borders, change affected tab menus to pills (#30707) 9 months ago
checkbox.css Fix some UI problems (install/checkbox) (#30854) 9 months ago
comment.css Fix large image overflow in comment page (#31740) 3 months ago
container.css Prevent tab shifting, remove extra margin on fluid pages (#31090) 9 months ago
dimmer.css Use CSS `inset` shorthand (#30939) 9 months ago
divider.css Pulse page improvements (#30149) 10 months ago
flexcontainer.css Use `flex-container` for dashboard layout (#30214) 10 months ago
grid.css Enable `declaration-block-no-redundant-longhand-properties` (#30950) 9 months ago
header.css Fix navbar `+` menu flashing on page load (#31281) 8 months ago
input.css Improve repo button row layout (#30668) 9 months ago
label.css Tweak repo buttons on mobile and labeled button border-radius (#30503) 10 months ago
list.css Fix floated list items (#30377) 10 months ago
menu.css Fix border radius on hovered secondary menu (#31089) 9 months ago
message.css Various code view improvements (#30014) 11 months ago
modal.css Fix all rounded borders, change affected tab menus to pills (#30707) 9 months ago
navbar.css Fix navbar `+` menu flashing on page load (#31281) 8 months ago
normalize.css Use line-height: normal by default (#26635) 1 year ago
segment.css Improve mobile review ui (#31091) 9 months ago
select.css add `stylelint-stylistic` (#25285) 2 years ago
svg.css Prevent SVG shrinking (#25652) 2 years ago
table.css Fix table alignment classes (#30144) 11 months ago
tippy.css Rework and fix stopwatch (#30732) 9 months ago
toast.css Make toast support preventDuplicates (#31501) 8 months ago