gitea icon indicating copy to clipboard operation
gitea copied to clipboard

Change `--border-radius-circle` to `--border-radius-full`

Open silverwind opened this issue 1 year ago • 3 comments

Percentage-based border-radius creates undesirable ellipse on non-square content. Instead, use pixel value and use same wording full like tailwind does, but increast to 99999px over their 9999px.

silverwind avatar May 10 '24 12:05 silverwind

CSS recently gained support for an infinity value so calc(infinity * 1px) should work in recent browsers, but I think it's still too early to make use of that. Also, it's not actually infinite.

silverwind avatar May 10 '24 12:05 silverwind

@silverwind please fix the merge conflicts. :tea:

GiteaBot avatar May 20 '24 04:05 GiteaBot

@silverwind please resolve the conflicts.

lunny avatar May 21 '24 16:05 lunny