-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix Safari spinner rendering #29801
Fix Safari spinner rendering #29801
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This change is straight-forward, but I have no ability to test on Safari, trusting you that it fixes the issue😆
Tested in Safari 17.4 😉 |
Fixes: go-gitea#29041 Fixes: go-gitea#29713 Any of the `width: *-content` properties seem to workaround this Webkit bug, this one seemed most suitable.
Not sure if 1.20 will see more releases, but this should be a clean merge 😆 |
Backport #29801 by @silverwind Fixes: #29041 Fixes: #29713 Any of the `width: *-content` properties seem to workaround this Webkit bug, this one seemed most suitable. Before: <img width="184" alt="Screenshot 2024-03-14 at 22 29 58" src="https://github.com/go-gitea/gitea/assets/115237/6effc5f0-bc64-4752-be74-9c43b3974407"> After: <img width="177" alt="Screenshot 2024-03-14 at 22 30 30" src="https://github.com/go-gitea/gitea/assets/115237/5de244d7-6b46-428e-957c-4b10f53e2441"> Co-authored-by: silverwind <[email protected]>
Ah, I think I may have confused the bot. Well, I assume 1.20 isn't going to get any more releases. |
* giteaofficial/main: Update JS dependences (go-gitea#29797) Unify search boxes (go-gitea#29530) Fix document error about 'make trans-copy' (go-gitea#29710) Remove jQuery AJAX from the diff functions (go-gitea#29743) Fix Safari spinner rendering (go-gitea#29801) Remove jQuery AJAX from the `repo-issue.js` file (go-gitea#29776) Improve commit record's ui in comment list (go-gitea#26619) enable tailwind nesting (go-gitea#29746)
Fixes: #29041
Fixes: #29713
Any of the
width: *-content
properties seem to workaround this Webkit bug, this one seemed most suitable.Before:
After: