Commit f79b92a7b39da6188d80167070b6376bccc39d69
1 parent
3371aaf9
Exists in
master
and in
28 other branches
Changes user pic size in comments in the Wall
Changes the user picture size in comments as they appear in the Wall (as the title said :P)
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
public/stylesheets/application.css
... | ... | @@ -5124,8 +5124,8 @@ h1#agenda-title { |
5124 | 5124 | |
5125 | 5125 | #profile-wall .profile-wall-activities-comments img, |
5126 | 5126 | #profile-network .profile-wall-activities-comments img { |
5127 | - max-width: 50px; | |
5128 | - max-height: 50px; | |
5127 | + max-width: 32px; | |
5128 | + max-height: 32px; | |
5129 | 5129 | } |
5130 | 5130 | |
5131 | 5131 | #profile-wall .profile-wall-activities-comments .comment_reply, | ... | ... |