gitea/templates/repo/editor
silverwind e82f3caa6b
Always use HTML attributes for avatar size (#31509)
Many avatars were rendered in HTML with certain width/height but then
resized again in CSS. This was pointless so I removed all these cases
and made the HTML size match the previous render size.

Also did a few CSS cleanups in the tribute rendering:

<img width="648" alt="image"
src="https://github.com/go-gitea/gitea/assets/115237/cb2fafb3-5e20-46e9-814f-07df20038beb">
2024-06-28 21:29:15 +00:00
..
cherry_pick.tmpl Refactor Safe modifier (#29392) 2024-02-25 10:45:56 +00:00
commit_form.tmpl Always use HTML attributes for avatar size (#31509) 2024-06-28 21:29:15 +00:00
delete.tmpl Add main landmark to templates and adjust titles (#22670) 2023-02-01 22:56:10 +00:00
diff_preview.tmpl Fix all rounded borders, change affected tab menus to pills (#30707) 2024-04-29 20:53:15 +00:00
edit.tmpl Put web editor into a segment (#30966) 2024-05-15 14:54:34 +00:00
patch.tmpl Fix all rounded borders, change affected tab menus to pills (#30707) 2024-04-29 20:53:15 +00:00
upload.tmpl Convert max file name length to 255 (#30489) 2024-04-15 19:08:31 +00:00