mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-03-29 00:00:33 -04:00
let's try no glyph (fw = fixed width) for time gaps
This commit is contained in:
parent
00893ef1de
commit
90e1a0bc34
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ export default createWidget('time-gap', {
|
|||
tagName: 'div.time-gap.small-action.clearfix',
|
||||
|
||||
html(attrs) {
|
||||
return [h('div.topic-avatar', iconNode('clock-o')),
|
||||
return [h('div.topic-avatar', iconNode('fw')),
|
||||
h('div.small-action-desc', description(attrs))];
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue