mirror of
https://github.com/discourse/discourse.git
synced 2025-06-06 03:06:53 +08:00
let's try no glyph (fw = fixed width) for time gaps
This commit is contained in:
@ -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))];
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user