aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHEREYUA <37935145+HEREYUA@users.noreply.github.com>2024-03-27 16:13:12 +0800
committerGitHub <noreply@github.com>2024-03-27 08:13:12 +0000
commit4640441a0e23e40bc9ad73ca60f8ade0f29950ee (patch)
tree4bd39f86485d7c44360dd7af978bff3006458687
parent1261dd6742fb7095e51c173ca4641477d81a3634 (diff)
downloadgitea-4640441a0e23e40bc9ad73ca60f8ade0f29950ee.tar.gz
gitea-4640441a0e23e40bc9ad73ca60f8ade0f29950ee.zip
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)
-rw-r--r--web_src/css/review.css3
1 files changed, 0 insertions, 3 deletions
diff --git a/web_src/css/review.css b/web_src/css/review.css
index cf3a4d48f7..7534500e6f 100644
--- a/web_src/css/review.css
+++ b/web_src/css/review.css
@@ -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;
}