Commit bfb04630d010cae8d0b83f04e5282315cd4a7499
1 parent
b4f34824
Exists in
master
and in
5 other branches
updating theme
Showing
1 changed file
with
6 additions
and
1 deletions
Show diff stats
style.css
| ... | ... | @@ -536,9 +536,14 @@ p { |
| 536 | 536 | padding: 0; |
| 537 | 537 | } |
| 538 | 538 | |
| 539 | +#content .comment-picture { | |
| 540 | + max-width: 50px; | |
| 541 | + word-wrap: break-word; | |
| 542 | +} | |
| 543 | + | |
| 539 | 544 | .comment-replies .comment-picture { |
| 540 | 545 | height: auto; |
| 541 | - max-width: 40px; | |
| 546 | + max-width: 50px; | |
| 542 | 547 | overflow: visible; |
| 543 | 548 | } |
| 544 | 549 | ... | ... |