Skip to content

Commit

Permalink
Fix: The interface is broken when modifying code comments under mobil…
Browse files Browse the repository at this point in the history
…e devices (#30125)

**Fix**: [#30123](go-gitea/gitea#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)
  • Loading branch information
HEREYUA authored and earl-warren committed Mar 30, 2024
1 parent 8c2559a commit b4e97d6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions web_src/css/review.css
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,6 @@
}

@media (max-width: 767.98px) {
.comment-code-cloud .comments .comment {
display: flex;
}
.comment-code-cloud .comments .comment .comment-header-right.actions .ui.basic.label {
display: none;
}
Expand Down

0 comments on commit b4e97d6

Please sign in to comment.