-
-
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 SVG close tag, improve commit graph page UI alignment #23751
Conversation
In the screenshot, the avatar image is misaligned (no space between it and the user name) ..... (IIRC there are many misalignment regressions after an old So I'd like to fix this misalignment together. |
Codecov Report
@@ Coverage Diff @@
## main #23751 +/- ##
==========================================
- Coverage 47.14% 47.11% -0.03%
==========================================
Files 1149 1155 +6
Lines 151446 152496 +1050
==========================================
+ Hits 71397 71855 +458
- Misses 71611 72165 +554
- Partials 8438 8476 +38
... and 47 files with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
I was unable to create a backport for 1.19, please send one manually. 🍵 |
…3751) Backport go-gitea#23751 Follow go-gitea#23748 Thanks to @delvh ---- And, fix the UI alignment by the way (adding some `gt-mr-xx`) Before: ![image](https://user-images.githubusercontent.com/2114189/228034794-7a6ac8d6-01fa-4dd2-97d4-0df0368f8ee0.png) After: ![image](https://user-images.githubusercontent.com/2114189/228034938-64edeadf-7c99-4e74-b658-0ca62b72d596.png)
Backport #23751 Fix the UI alignment by the way (adding some `gt-mr-xx`) Before: ![image](https://user-images.githubusercontent.com/2114189/228034794-7a6ac8d6-01fa-4dd2-97d4-0df0368f8ee0.png) After: ![image](https://user-images.githubusercontent.com/2114189/228034938-64edeadf-7c99-4e74-b658-0ca62b72d596.png) Co-authored-by: wxiaoguang <[email protected]>
* upstream/main: Fix issue due date edit toggle bug (go-gitea#23723) Fix profile page email display, respect settings (go-gitea#23747) Update Gitea version in docs (go-gitea#23755) Fix SVG close tag, improve commit graph page UI alignment (go-gitea#23751) Remove incorrect HTML self close tag (go-gitea#23748) Refactor repo commit list (go-gitea#23690) Fix tags view (go-gitea#23243) Add commit info in action page (go-gitea#23210) Use GitHub Actions compatible globbing for `branches`, `tag`, `path` filter (go-gitea#22804)
Follow #23748
Thanks to @delvh
And, fix the UI alignment by the way (adding some
gt-mr-xx
)Before:
After: