loading up the forgejo repo on tangled to test page performance
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix Safari spinner rendering (#29801)

Fixes: https://github.com/go-gitea/gitea/issues/29041
Fixes: https://github.com/go-gitea/gitea/pull/29713

Any of the `width: *-content` properties seem to workaround this Webkit
bug, this one seemed most suitable.

(cherry picked from commit 35def319fdb8c73aa5e2c52fad5230d287e2bd93)

authored by

silverwind and committed by
Earl Warren
9df7f563 f4d75ed4

+1
+1
web_src/css/modules/animations.css
··· 20 20 left: 50%; 21 21 top: 50%; 22 22 height: min(4em, 66.6%); 23 + width: fit-content; /* compat: safari - https://bugs.webkit.org/show_bug.cgi?id=267625 */ 23 24 aspect-ratio: 1; 24 25 transform: translate(-50%, -50%); 25 26 animation: isloadingspin 1000ms infinite linear;