We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://try.gitea.io/wxiaoguang/test/releases
The text was updated successfully, but these errors were encountered:
in comments the markup gets a border:
.comment-body .markup { padding: 1em; border-radius: 0 0 var(--border-radius) var(--border-radius); /* don't render outside box */ }
We could just add gt-px-3 gt-py-3 to the class?
gt-px-3 gt-py-3
I guess the question is how to ensure it looks ok in the non-arc-green theme
Sorry, something went wrong.
I think it's caused by incorrect background color (introduced by https://github.com/go-gitea/gitea/pull/23578/files#r1149604909 )
Without the background: var(--color-box-body); or use inherit, the UI looks fine.
background: var(--color-box-body);
inherit
Fix markup background, improve wiki rendering (#23750)
c024667
Fix regression from #23578. Only visible on arc-green. Before: <img width="997" alt="Screenshot 2023-03-27 at 19 14 21" src="https://user-images.githubusercontent.com/115237/228016589-e7cabfb9-bfd0-45fd-9407-6b76c665ed1a.png"> After: <img width="1000" alt="Screenshot 2023-03-27 at 19 14 05" src="https://user-images.githubusercontent.com/115237/228016600-db2e6002-4e2c-4d18-8393-9d7e1f525acb.png"> Fixes: #20625 Fixes: #23718
Successfully merging a pull request may close this issue.
Description
https://try.gitea.io/wxiaoguang/test/releases
The text was updated successfully, but these errors were encountered: