mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-05-14 04:09:29 +02:00
Change --border-radius-circle
to --border-radius-full
(gitea#30936)
Cherry-pick of2ced31e81d
adapted to Forgejo releases UI. Percentage-based `border-radius` [creates undesirable ellipse](https://jsfiddle.net/silverwind/j9ko5wnt/4/) on non-square content. Instead, use pixel value and use same wording `full` like tailwind does, but increast to 99999px over their 9999px. (cherry picked from commit 2ced31e81dd9e45659660c1abff529d0192fd8ed) Adapted by @0ko (cherry picked from commitafa1380672
) (cherry picked from commit 7b7318255e68ee7e4d0f5b1b8e5ef91cd72a59e5)
This commit is contained in:
parent
43303922a8
commit
def21375b7
5 changed files with 6 additions and 6 deletions
|
@ -31,7 +31,7 @@
|
|||
border-width: 4px;
|
||||
border-style: solid;
|
||||
border-color: var(--color-secondary) var(--color-secondary) var(--color-secondary-dark-8) var(--color-secondary-dark-8);
|
||||
border-radius: var(--border-radius-circle);
|
||||
border-radius: var(--border-radius-full);
|
||||
}
|
||||
|
||||
.is-loading.small-loading-icon::after {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue