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 max width and margin of comment box on conversation page (#24809)

Fix regression from #23937

The changes should only be limited to `.conversation-holder
.comment-code-cloud`, otherwise it will affect the `.comment-code-cloud`
in conversation tab

Before:

<img width="962" alt="Screen Shot 2023-05-19 at 18 22 25"
src="https://github.com/go-gitea/gitea/assets/17645053/0db01d04-2581-48f9-b46c-497836b1f12b">

After:

<img width="997" alt="Screen Shot 2023-05-19 at 18 35 01"
src="https://github.com/go-gitea/gitea/assets/17645053/5d14b67b-88c1-46c6-b859-fd41752b3ebb">

---------

Co-authored-by: Giteabot <teabot@gitea.io>

authored by

HesterG
Giteabot
and committed by
GitHub
acde12a8 f5ce2ed2

+3
+3
web_src/css/review.css
··· 61 61 .comment-code-cloud { 62 62 padding: 0.5rem 1rem !important; 63 63 position: relative; 64 + } 65 + 66 + .conversation-holder .comment-code-cloud { 64 67 max-width: 820px; 65 68 } 66 69