diff options
Diffstat (limited to 'web_src/css/modules/comment.css')
-rw-r--r-- | web_src/css/modules/comment.css | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/web_src/css/modules/comment.css b/web_src/css/modules/comment.css index 1593c39b7f..5a90c0852f 100644 --- a/web_src/css/modules/comment.css +++ b/web_src/css/modules/comment.css @@ -47,20 +47,8 @@ } .ui.comments .comment .avatar { - display: block; - width: 2.5em; - height: auto; float: left; - margin: 0.2em 0 0; -} - -.ui.comments .comment img.avatar, -.ui.comments .comment .avatar img { - display: block; - margin: 0 auto; - width: 100%; - height: 100%; - border-radius: 0.25rem; + width: 2.5em; } .ui.comments .comment > .content { |