mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Small visual tweaks to user expansion
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user