diff --git a/apps/comments/css/comments.css b/apps/comments/css/comments.css
index 57a731184a0b9f12c9895c40b670e9562242d867..a9b72252e88d2cd44d538b4481453ee0584fc7b0 100644
--- a/apps/comments/css/comments.css
+++ b/apps/comments/css/comments.css
@@ -128,6 +128,6 @@
 	box-shadow: 0 0 6px #f8b9b7;
 }
 
-.app-files .action-comment>img {
-	margin-right: 5px;
+.app-files .action-comment {
+	padding: 16px 14px;
 }
diff --git a/apps/comments/js/filesplugin.js b/apps/comments/js/filesplugin.js
index 084cfb41034ea074f9471152a272f5abef3a051a..ec201d1d3f7e1517a053a405bfad040cafe4ad1c 100644
Binary files a/apps/comments/js/filesplugin.js and b/apps/comments/js/filesplugin.js differ