mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-03-14 00:50:14 -04:00
Small visual tweaks to user expansion
This commit is contained in:
parent
db1f8370ee
commit
baa2ab8604
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
<h1>{{username}}</h1>
|
||||
<h2>{{name}}</h2>
|
||||
<h3>{{i18n last_post}}: {{unboundDate last_posted_at}}</h3>
|
||||
<h3>{{i18n last_post}}: {{date path="last_posted_at" leaveAgo="true"}}</h3>
|
||||
|
||||
<div class='bottom'>
|
||||
{{#if bio_cooked}}<div class='bio'>{{{bio_cooked}}}</div>{{/if}}
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
h3 {
|
||||
font-size: 13px;
|
||||
font-weight: normal;
|
||||
margin-top: 5px;
|
||||
margin-top: 15px;
|
||||
}
|
||||
|
||||
.bottom {
|
||||
|
|
Loading…
Reference in a new issue