mirror of
https://github.com/discourse/discourse.git
synced 2025-02-21 04:43:55 +08:00
let's try no glyph (fw = fixed width) for time gaps
This commit is contained in:
parent
00893ef1de
commit
90e1a0bc34
@ -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…
x
Reference in New Issue
Block a user