Skip to content

Commit 33048cc

Browse files
committed
jquery: Scale small avatars the same as regular ones
Avatars of comments that were originally submitted as threaded/nested comments are sized 39px instead of 68px. For a consistent layout, render these at the same size as others. https://blog.jquerymobile.com/2011/06/14/jquery-mobile-update-week-of-june-13/ Ref jquery/infrastructure-puppet#17.
1 parent 9f54313 commit 33048cc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

themes/jquery/css/blog.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@
6363
padding: 0;
6464
position: absolute;
6565
top: 0;
66+
width: 68px;
67+
max-height: 68px;
6668
}
6769
a.comment-reply-link {
6870
background: #eee;

0 commit comments

Comments
 (0)