docked topic progress indicator too wide

This commit is contained in:
Kris 2018-04-11 23:51:46 -04:00
parent e79c92c0e1
commit 7ff78cc013

View File

@ -111,7 +111,7 @@ export default Ember.Component.extend({
const style = `border-right-width: ${borderSize}; width: ${progressWidth}px`;
$topicProgress.append(`<div class='bg' style="${style}">&nbsp;</div>`);
} else {
$bg.css("border-right-width", borderSize).width(progressWidth);
$bg.css("border-right-width", borderSize).width(progressWidth - 2);
}
},