0
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-12-15 20:20:44 +01:00
gitea/web_src/css/modules
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
..
animations.css Make toast support preventDuplicates (#31501) 2024-06-27 13:58:38 +00:00
breadcrumb.css
button.css
card.css
checkbox.css Fix some UI problems (install/checkbox) (#30854) 2024-05-06 06:32:05 +00:00
comment.css Always use HTML attributes for avatar size (#31509) 2024-06-28 21:29:15 +00:00
container.css Prevent tab shifting, remove extra margin on fluid pages (#31090) 2024-05-27 06:45:16 +00:00
dimmer.css Use CSS inset shorthand (#30939) 2024-05-11 14:28:56 +00:00
divider.css
flexcontainer.css
grid.css Enable declaration-block-no-redundant-longhand-properties (#30950) 2024-05-12 02:33:05 +00:00
header.css Fix navbar + menu flashing on page load (#31281) 2024-06-12 14:58:03 +00:00
input.css
label.css
list.css
menu.css Fix border radius on hovered secondary menu (#31089) 2024-05-27 04:48:41 +00:00
message.css
modal.css
navbar.css Fix navbar + menu flashing on page load (#31281) 2024-06-12 14:58:03 +00:00
normalize.css
segment.css Improve mobile review ui (#31091) 2024-05-28 13:41:37 +00:00
select.css
svg.css
table.css
tippy.css
toast.css Make toast support preventDuplicates (#31501) 2024-06-27 13:58:38 +00:00