mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-03-14 00:50:14 -04:00
Merge pull request #1340 from ZogStriP/larger-avatar-in-embedded-posts
larger avatars in embedded posts
This commit is contained in:
commit
80dbda839c
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
<div class='topic-meta-data span2'>
|
||||
<div class='contents'>
|
||||
<div>
|
||||
<a href='/users/{{unbound username}}'>{{avatar this imageSize="medium"}}</a>
|
||||
<a href='/users/{{unbound username}}'>{{avatar this imageSize="large"}}</a>
|
||||
</div>
|
||||
<h5 {{bindAttr class="staff new_user"}}><a href='{{unbound usernameUrl}}'>{{breakUp username}}</a></h5>
|
||||
</div>
|
||||
|
|
|
@ -461,7 +461,7 @@
|
|||
background-color: transparent;
|
||||
@include box-shadow(none);
|
||||
h5 {
|
||||
margin-top: 1px;
|
||||
margin-top: 5px;
|
||||
font-size: 11px;
|
||||
line-height: 13px;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue