mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 12:03:35 +08:00
larger avatars in embedded posts
This commit is contained in:
parent
946b02533b
commit
865c882a61
|
@ -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 New Issue
Block a user