mirror of
				https://github.com/go-gitea/gitea
				synced 2025-11-03 21:08:25 +00:00 
			
		
		
		
	Fix: The interface is broken when modifying code comments under mobile devices (#30125)
**Fix**: [#30123](https://github.com/go-gitea/gitea/issues/30123) **Before**  **After** 
This commit is contained in:
		@@ -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;
 | 
			
		||||
  }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user