1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-09-19 01:35:59 -04:00
gitea/web_src/css/features
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
..
codeeditor.css Fix all rounded borders, change affected tab menus to pills (#30707) 2024-04-29 20:53:15 +00:00
colorpicker.css Replace coloris with vanilla-colorful (#30201) 2024-04-03 09:15:06 +00:00
console.css Forbid deprecated break-word in CSS (#30934) 2024-05-10 12:25:49 +00:00
dropzone.css Unify border-radius behavior (#26770) 2023-08-28 19:43:59 +00:00
gitgraph.css Always use HTML attributes for avatar size (#31509) 2024-06-28 21:29:15 +00:00
heatmap.css Add hover outline to heatmap squares (#30828) 2024-05-02 14:56:17 +00:00
imagediff.css Improve Image Diff UI (#26696) 2023-08-24 12:13:23 +00:00
projects.css Remove .segment from .project-column (#31204) 2024-06-04 07:46:05 +00:00
tribute.css Always use HTML attributes for avatar size (#31509) 2024-06-28 21:29:15 +00:00