mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06: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='topic-meta-data span2'>
|
||||||
<div class='contents'>
|
<div class='contents'>
|
||||||
<div>
|
<div>
|
||||||
<a href='/users/{{unbound username}}'>{{avatar this imageSize="medium"}}</a>
|
<a href='/users/{{unbound username}}'>{{avatar this imageSize="large"}}</a>
|
||||||
</div>
|
</div>
|
||||||
<h5 {{bindAttr class="staff new_user"}}><a href='{{unbound usernameUrl}}'>{{breakUp username}}</a></h5>
|
<h5 {{bindAttr class="staff new_user"}}><a href='{{unbound usernameUrl}}'>{{breakUp username}}</a></h5>
|
||||||
</div>
|
</div>
|
||||||
|
@ -461,7 +461,7 @@
|
|||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
@include box-shadow(none);
|
@include box-shadow(none);
|
||||||
h5 {
|
h5 {
|
||||||
margin-top: 1px;
|
margin-top: 5px;
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
line-height: 13px;
|
line-height: 13px;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user