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: The interface is broken when modifying code comments under mobile devices (#30125)

**Fix**: [#30123](https://github.com/go-gitea/gitea/issues/30123)

**Before**

![image](https://github.com/go-gitea/gitea/assets/37935145/2a186399-85b0-480a-b2f9-f4feffd9a8e2)

**After**

![image](https://github.com/go-gitea/gitea/assets/37935145/ce1ce3e4-3bbb-4a4b-b0e7-e7943a0774f2)

(cherry picked from commit 4640441a0e23e40bc9ad73ca60f8ade0f29950ee)

authored by

HEREYUA and committed by
Earl Warren
b4e97d68 8c2559a7

-3
-3
web_src/css/review.css
··· 96 96 } 97 97 98 98 @media (max-width: 767.98px) { 99 - .comment-code-cloud .comments .comment { 100 - display: flex; 101 - } 102 99 .comment-code-cloud .comments .comment .comment-header-right.actions .ui.basic.label { 103 100 display: none; 104 101 }