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',
|
tagName: 'div.time-gap.small-action.clearfix',
|
||||||
|
|
||||||
html(attrs) {
|
html(attrs) {
|
||||||
return [h('div.topic-avatar', iconNode('clock-o')),
|
return [h('div.topic-avatar', iconNode('fw')),
|
||||||
h('div.small-action-desc', description(attrs))];
|
h('div.small-action-desc', description(attrs))];
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue