0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-02-18 01:04:28 +01:00
gitea/web_src/js
HesterG 00b98bc8e0
Fix rerun icon on action view component (#25531)
Right now rerun icon on action view component will not be seen when
duration text length is long, because the wrapper `job-brief-info` has a
fixed width, and the svg is squeezed. The way to fix this in this PR is
to change width to `fit-content` and exchange position of duration text
and rerun svg.

Before (rerun svg not shown on hover):

<img width="1401" alt="Screen Shot 2023-06-27 at 12 53 41"
src="https://github.com/go-gitea/gitea/assets/17645053/bb3f62ec-8c56-4dbc-96f1-718b50426d91">

After:

<img width="1409" alt="Screen Shot 2023-06-27 at 12 50 59"
src="https://github.com/go-gitea/gitea/assets/17645053/620aa02c-2326-408d-a763-453f48f42c40">
2023-06-27 16:34:33 +02:00
..
components Fix rerun icon on action view component (#25531) 2023-06-27 16:34:33 +02:00
features Add toasts to UI (#25449) 2023-06-27 02:45:24 +00:00
markup
modules Add toasts to UI (#25449) 2023-06-27 02:45:24 +00:00
render Switch to ansi_up for ansi rendering in actions (#25401) 2023-06-22 02:15:19 +00:00
standalone Add toasts to UI (#25449) 2023-06-27 02:45:24 +00:00
test rename tributeValues to mentionValues (#25375) 2023-06-20 03:32:49 +00:00
utils rename tributeValues to mentionValues (#25375) 2023-06-20 03:32:49 +00:00
webcomponents
bootstrap.js
index.js
jquery.js
svg.js
svg.test.js
utils.js
utils.test.js